Blame SPECS/bubblewrap.spec

3f1af1
Name: bubblewrap
3f1af1
Version: 0.3.0
3f1af1
Release: 1%{?dist}
3f1af1
Summary: Core execution tool for unprivileged containers
3f1af1
3f1af1
License: LGPLv2+
3f1af1
#VCS: git:https://github.com/projectatomic/bubblewrap
3f1af1
URL: https://github.com/projectatomic/bubblewrap
3f1af1
Source0: https://github.com/projectatomic/bubblewrap/releases/download/v%{version}/bubblewrap-%{version}.tar.xz
3f1af1
3f1af1
BuildRequires: autoconf automake libtool
3f1af1
BuildRequires: gcc
3f1af1
BuildRequires: libcap-devel
3f1af1
BuildRequires: pkgconfig(libselinux)
3f1af1
BuildRequires: libxslt
3f1af1
BuildRequires: docbook-style-xsl
3f1af1
3f1af1
%description
3f1af1
Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged
3f1af1
containers that works as a setuid binary on kernels without
3f1af1
user namespaces.
3f1af1
3f1af1
%prep
3f1af1
%autosetup
3f1af1
3f1af1
%build
3f1af1
if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi
3f1af1
%configure --disable-silent-rules --with-priv-mode=none
3f1af1
%make_build
3f1af1
3f1af1
%install
3f1af1
%make_install INSTALL="install -p -c"
3f1af1
find %{buildroot} -name '*.la' -delete -print
3f1af1
3f1af1
%files
3f1af1
%license COPYING
3f1af1
%dir %{_datadir}/bash-completion
3f1af1
%dir %{_datadir}/bash-completion/completions
3f1af1
%{_datadir}/bash-completion/completions/bwrap
3f1af1
%if (0%{?rhel} != 0 && 0%{?rhel} <= 7)
3f1af1
%attr(0755,root,root) %caps(cap_sys_admin,cap_net_admin,cap_sys_chroot,cap_setuid,cap_setgid=ep) %{_bindir}/bwrap
3f1af1
%else
3f1af1
%{_bindir}/bwrap
3f1af1
%endif
3f1af1
%{_mandir}/man1/*
3f1af1
3f1af1
%changelog
3f1af1
* Wed Jul 11 2018 Colin Walters <walters@verbum.org> - 0.3.0-1
3f1af1
- https://github.com/projectatomic/bubblewrap/releases/tag/v0.3.0
3f1af1
3f1af1
* Wed May 16 2018 Kalev Lember <klember@redhat.com> - 0.2.1-1
3f1af1
- Update to 0.2.1
3f1af1
3f1af1
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-3
3f1af1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3f1af1
3f1af1
* Mon Oct 09 2017 Colin Walters <walters@verbum.org> - 0.2.0-2
3f1af1
- New upstream version
3f1af1
- https://github.com/projectatomic/bubblewrap/releases/tag/v0.2.0
3f1af1
3f1af1
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-3
3f1af1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
3f1af1
3f1af1
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-2
3f1af1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
3f1af1
3f1af1
* Tue Mar 28 2017 Colin Walters <walters@verbum.org> - 0.1.8-1
3f1af1
- New upstream version
3f1af1
  https://github.com/projectatomic/bubblewrap/releases/tag/v0.1.8
3f1af1
3f1af1
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-2
3f1af1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
3f1af1
3f1af1
* Wed Jan 18 2017 Colin Walters <walters@verbum.org> - 0.1.7-1
3f1af1
- New upstream version;
3f1af1
  https://github.com/projectatomic/bubblewrap/releases/tag/v0.1.7
3f1af1
- Resolves: #1411814
3f1af1
3f1af1
* Tue Jan 10 2017 Colin Walters <walters@verbum.org> - 0.1.6-1
3f1af1
- New upstream version with security fix
3f1af1
- Resolves: #1411814
3f1af1
3f1af1
* Mon Dec 19 2016 Kalev Lember <klember@redhat.com> - 0.1.5-1
3f1af1
- Update to 0.1.5
3f1af1
3f1af1
* Tue Dec 06 2016 walters@redhat.com - 0.1.4-4
3f1af1
- Backport fix for regression in previous commit for rpm-ostree
3f1af1
3f1af1
* Thu Dec 01 2016 walters@redhat.com - 0.1.4-3
3f1af1
- Backport patch to fix running via nspawn, which should fix rpm-ostree-in-bodhi
3f1af1
3f1af1
* Tue Nov 29 2016 Kalev Lember <klember@redhat.com> - 0.1.4-1
3f1af1
- Update to 0.1.4
3f1af1
3f1af1
* Fri Oct 14 2016 Colin Walters <walters@verbum.org> - 0.1.3-2
3f1af1
- New upstream version
3f1af1
3f1af1
* Mon Sep 12 2016 Kalev Lember <klember@redhat.com> - 0.1.2-1
3f1af1
- Update to 0.1.2
3f1af1
3f1af1
* Tue Jul 12 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.1.1-2
3f1af1
- Trivial fixes in packaging
3f1af1
3f1af1
* Fri Jul 08 2016 Colin Walters <walters@verbum.org> - 0.1.1
3f1af1
- Initial package