From c323bc8f66e79c01aeaba5952e5fbd992f5bab0f1493b6886c74bab49e697b18 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 18 May 2022 12:52:08 +0000 Subject: [PATCH] Accepting request 977940 from home:dimstar:Factory Update to 0.6.2 OBS-URL: https://build.opensuse.org/request/show/977940 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/bubblewrap?expand=0&rev=29 --- bubblewrap-0.6.1.tar.xz | 3 --- bubblewrap-0.6.2.tar.xz | 3 +++ bubblewrap.changes | 21 +++++++++++++++++++++ bubblewrap.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 bubblewrap-0.6.1.tar.xz create mode 100644 bubblewrap-0.6.2.tar.xz diff --git a/bubblewrap-0.6.1.tar.xz b/bubblewrap-0.6.1.tar.xz deleted file mode 100644 index 38d6bc9..0000000 --- a/bubblewrap-0.6.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9609c7dc162bc68abc29abfab566934fdca37520a15ed01b675adcf3a4303282 -size 145500 diff --git a/bubblewrap-0.6.2.tar.xz b/bubblewrap-0.6.2.tar.xz new file mode 100644 index 0000000..60f666e --- /dev/null +++ b/bubblewrap-0.6.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0ec802d1b3e956c5bb0a40a81c9ce0b055a31bf30a8efa547433603b8af20b +size 146312 diff --git a/bubblewrap.changes b/bubblewrap.changes index 0bf71e6..46f1b32 100644 --- a/bubblewrap.changes +++ b/bubblewrap.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed May 18 12:43:26 UTC 2022 - Dominique Leuenberger + +- Update to version 0.6.2: + + New features in Meson build: + - Auto-detect whether the man page can be generated. + - -Dbwrapdir=... changes the installation directory (useful + when being used as a subproject). + - -Dtests=false disables unit tests. + + Bug fixes: + - Add --add-seccomp-fd to shell completions + - Document --add-seccomp-fd, --json-status-fd and --share-net + in the man page + - Add attributes to silence various compiler warnings + - Allow compilation of tests with musl on mips architectures + - Allow compilation with older glibc + - Disable sanitizers for a test helper whose seccomp profile + breaks the instrumentation + - Disable AddressSanitizer leak detection where it interferes + with unit testing + ------------------------------------------------------------------- Fri Mar 4 18:13:15 UTC 2022 - Sebastian Wagner diff --git a/bubblewrap.spec b/bubblewrap.spec index 0a00a62..a84b669 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -17,7 +17,7 @@ Name: bubblewrap -Version: 0.6.1 +Version: 0.6.2 Release: 0 Summary: Core execution tool for unprivileged containers License: LGPL-2.0-or-later