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