Blame SPECS/bubblewrap.spec

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