forked from pool/bubblewrap
Accepting request 612511 from Virtualization:containers
- update to version 0.2.1: * All the demos are included * bugfixes for the demo files * There was an issue with mkdir when running bubblewrap on an NFS filesystem that has been fixed, so flatpak now works on NFS shares. * Some leaks have been fixed, including a file descriptor leak. OBS-URL: https://build.opensuse.org/request/show/612511 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bubblewrap?expand=0&rev=5
This commit is contained in:
commit
df700b27c3
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 1 21:02:33 UTC 2018 - sebix+novell.com@sebix.at
|
||||
|
||||
- update to version 0.2.1:
|
||||
* All the demos are included
|
||||
* bugfixes for the demo files
|
||||
* There was an issue with mkdir when running bubblewrap on an NFS
|
||||
filesystem that has been fixed, so flatpak now works on NFS shares.
|
||||
* Some leaks have been fixed, including a file descriptor leak.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 17:53:37 UTC 2017 - sebix+novell.com@sebix.at
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bubblewrap
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
Name: bubblewrap
|
||||
Version: 0.2.0
|
||||
Version: 0.2.1
|
||||
Release: 0
|
||||
Summary: Core execution tool for unprivileged containers
|
||||
License: LGPL-2.0+
|
||||
License: LGPL-2.0-or-later
|
||||
Group: Productivity/Security
|
||||
Url: https://github.com/projectatomic/bubblewrap
|
||||
Source: https://github.com/projectatomic/bubblewrap/archive/v%{version}.tar.gz
|
||||
@ -46,6 +46,7 @@ user namespaces.
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version}
|
||||
sed -i '1d' completions/bash/bwrap
|
||||
sed -i '1s/env //' demos/bubblewrap-shell.sh demos/userns-block-fd.py
|
||||
|
||||
%build
|
||||
env NOCONFIGURE=1 ./autogen.sh
|
||||
@ -58,7 +59,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%doc README.md demos
|
||||
%dir %{_datadir}/bash-completion
|
||||
%dir %{_datadir}/bash-completion/completions
|
||||
%{_datadir}/bash-completion/completions/bwrap
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50d612a2775e402105e26f8a9ab4ed314c7ba65ff85d4d051e96970b7136e99c
|
||||
size 61025
|
3
v0.2.1.tar.gz
Normal file
3
v0.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd6d950d5694f1cdee2452405be7b735ff0de7aa65a70566f23b048b1cd35136
|
||||
size 61485
|
Loading…
Reference in New Issue
Block a user