From 98b5c11c9921c8c581651cbf311ef7b47a449ad9f640594466b06145519d4a3e Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 23 Dec 2019 11:24:04 +0000 Subject: [PATCH] Accepting request 758651 from home:iznogood:branches:GNOME:Next - Update to version 0.4.0: + The biggest feature in this release is the support for joining existing user and pid namespaces. This doesn't work in the setuid mode (at the moment). + Other changes: - Stores namespace info in status json. - In setuid mode pid 1 is now marked dumpable. - Now builds with musl libc. OBS-URL: https://build.opensuse.org/request/show/758651 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/bubblewrap?expand=0&rev=21 --- bubblewrap-0.3.3.tar.xz | 3 --- bubblewrap-0.4.0.tar.xz | 3 +++ bubblewrap.changes | 12 ++++++++++++ bubblewrap.spec | 11 ++++++----- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 bubblewrap-0.3.3.tar.xz create mode 100644 bubblewrap-0.4.0.tar.xz diff --git a/bubblewrap-0.3.3.tar.xz b/bubblewrap-0.3.3.tar.xz deleted file mode 100644 index a34aac4..0000000 --- a/bubblewrap-0.3.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6a45f51794a908b76833b132471397a7413f07620af08e76c273d9f7b364dff -size 127680 diff --git a/bubblewrap-0.4.0.tar.xz b/bubblewrap-0.4.0.tar.xz new file mode 100644 index 0000000..953be76 --- /dev/null +++ b/bubblewrap-0.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fe7d2f74bd7029b5306b0b70587cec31f74357739295e5276b4a3718712023 +size 214304 diff --git a/bubblewrap.changes b/bubblewrap.changes index 7f2161b..88925ba 100644 --- a/bubblewrap.changes +++ b/bubblewrap.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Dec 20 22:59:52 UTC 2019 - Bjørn Lie + +- Update to version 0.4.0: + + The biggest feature in this release is the support for joining + existing user and pid namespaces. This doesn't work in the + setuid mode (at the moment). + + Other changes: + - Stores namespace info in status json. + - In setuid mode pid 1 is now marked dumpable. + - Now builds with musl libc. + ------------------------------------------------------------------- Fri Jun 7 14:38:21 UTC 2019 - Antonio Larrosa diff --git a/bubblewrap.spec b/bubblewrap.spec index 519061f..9ff30c9 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -1,7 +1,7 @@ # # spec file for package bubblewrap # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,14 @@ Name: bubblewrap -Version: 0.3.3 +Version: 0.4.0 Release: 0 Summary: Core execution tool for unprivileged containers License: LGPL-2.0-or-later Group: Productivity/Security -Url: https://github.com/projectatomic/bubblewrap -Source0: https://github.com/projectatomic/bubblewrap/releases/download/v%{version}/%{name}-%{version}.tar.xz +URL: https://github.com/projectatomic/bubblewrap +Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz + BuildRequires: autoconf BuildRequires: automake BuildRequires: docbook-xsl-stylesheets @@ -41,7 +42,7 @@ containers that works as a setuid binary on kernels without user namespaces. %prep -%autosetup -n %{name}-%{version} +%autosetup -p1 -n %{name}-%{version} sed -i '1d' completions/bash/bwrap %if 0%{?suse_version} < 1500 sed -i '1s,/usr/bin/env bash,/bin/bash,' demos/bubblewrap-shell.sh