SHA256
1
0
forked from pool/bubblewrap

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
This commit is contained in:
Sebastian Wagner 2019-12-23 11:24:04 +00:00 committed by Git OBS Bridge
parent 5f68286a9a
commit 98b5c11c99
4 changed files with 21 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6a45f51794a908b76833b132471397a7413f07620af08e76c273d9f7b364dff
size 127680

3
bubblewrap-0.4.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5fe7d2f74bd7029b5306b0b70587cec31f74357739295e5276b4a3718712023
size 214304

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Dec 20 22:59:52 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <alarrosa@suse.com> Fri Jun 7 14:38:21 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package bubblewrap # 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 # 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,13 +17,14 @@
Name: bubblewrap Name: bubblewrap
Version: 0.3.3 Version: 0.4.0
Release: 0 Release: 0
Summary: Core execution tool for unprivileged containers Summary: Core execution tool for unprivileged containers
License: LGPL-2.0-or-later License: LGPL-2.0-or-later
Group: Productivity/Security Group: Productivity/Security
Url: https://github.com/projectatomic/bubblewrap URL: https://github.com/projectatomic/bubblewrap
Source0: https://github.com/projectatomic/bubblewrap/releases/download/v%{version}/%{name}-%{version}.tar.xz Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: docbook-xsl-stylesheets BuildRequires: docbook-xsl-stylesheets
@ -41,7 +42,7 @@ containers that works as a setuid binary on kernels without
user namespaces. user namespaces.
%prep %prep
%autosetup -n %{name}-%{version} %autosetup -p1 -n %{name}-%{version}
sed -i '1d' completions/bash/bwrap sed -i '1d' completions/bash/bwrap
%if 0%{?suse_version} < 1500 %if 0%{?suse_version} < 1500
sed -i '1s,/usr/bin/env bash,/bin/bash,' demos/bubblewrap-shell.sh sed -i '1s,/usr/bin/env bash,/bin/bash,' demos/bubblewrap-shell.sh