- 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/package/show/Virtualization:containers/bubblewrap?expand=0&rev=11
This commit is contained in:
parent
740a74df87
commit
b197979c9f
@ -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
|
Mon Oct 9 17:53:37 UTC 2017 - sebix+novell.com@sebix.at
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bubblewrap
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bubblewrap
|
Name: bubblewrap
|
||||||
Version: 0.2.0
|
Version: 0.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Core execution tool for unprivileged containers
|
Summary: Core execution tool for unprivileged containers
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0-or-later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Url: https://github.com/projectatomic/bubblewrap
|
Url: https://github.com/projectatomic/bubblewrap
|
||||||
Source: https://github.com/projectatomic/bubblewrap/archive/v%{version}.tar.gz
|
Source: https://github.com/projectatomic/bubblewrap/archive/v%{version}.tar.gz
|
||||||
@ -46,6 +46,7 @@ user namespaces.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version}
|
%autosetup -n %{name}-%{version}
|
||||||
sed -i '1d' completions/bash/bwrap
|
sed -i '1d' completions/bash/bwrap
|
||||||
|
sed -i '1s/env //' demos/bubblewrap-shell.sh demos/userns-block-fd.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
env NOCONFIGURE=1 ./autogen.sh
|
env NOCONFIGURE=1 ./autogen.sh
|
||||||
@ -58,7 +59,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.md
|
%doc README.md demos
|
||||||
%dir %{_datadir}/bash-completion
|
%dir %{_datadir}/bash-completion
|
||||||
%dir %{_datadir}/bash-completion/completions
|
%dir %{_datadir}/bash-completion/completions
|
||||||
%{_datadir}/bash-completion/completions/bwrap
|
%{_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