diff --git a/bubblewrap.changes b/bubblewrap.changes index 3ecc07b..1ab6cec 100644 --- a/bubblewrap.changes +++ b/bubblewrap.changes @@ -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 diff --git a/bubblewrap.spec b/bubblewrap.spec index df40573..52e3479 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -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 diff --git a/v0.2.0.tar.gz b/v0.2.0.tar.gz deleted file mode 100644 index 6278d06..0000000 --- a/v0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50d612a2775e402105e26f8a9ab4ed314c7ba65ff85d4d051e96970b7136e99c -size 61025 diff --git a/v0.2.1.tar.gz b/v0.2.1.tar.gz new file mode 100644 index 0000000..ebdb641 --- /dev/null +++ b/v0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6d950d5694f1cdee2452405be7b735ff0de7aa65a70566f23b048b1cd35136 +size 61485