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:
parent
5f68286a9a
commit
98b5c11c99
@ -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
3
bubblewrap-0.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5fe7d2f74bd7029b5306b0b70587cec31f74357739295e5276b4a3718712023
|
||||
size 214304
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user