Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bubblewrap for openSUSE:Factory checked in at 2021-09-25 00:34:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bubblewrap (Old) and /work/SRC/openSUSE:Factory/.bubblewrap.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bubblewrap" Sat Sep 25 00:34:48 2021 rev:12 rq:920456 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bubblewrap/bubblewrap.changes 2020-04-05 20:51:49.737084100 +0200 +++ /work/SRC/openSUSE:Factory/.bubblewrap.new.1899/bubblewrap.changes 2021-09-25 00:34:54.843099296 +0200 @@ -1,0 +2,31 @@ +Mon Sep 20 18:52:20 UTC 2021 - Bj??rn Lie <[email protected]> + +- Update to version 0.5.0: + + New features: + - --chmod changes permissions + - --clearenv unsets every environment variable (except PWD) + - --perms sets permissions for one subsequent --bind-data, + --dir, --file, --ro-bind-data or --tmpfs + + Other enhancements: + - Better diagnostics when a --bind or other bind-mount fails + - zsh tab-completion + - Better test coverage + + Bug fixes: + - Use Python 3 for tests and examples + - Mount points for non-directories are created with permissions + -r--r--r-- instead of -rw-rw-rw- + - Don't remount items in /proc read-only if already EROFS, + required to run under Docker + - Allow mounting an non-directory over an existing + non-directory, e.g. --bind "$XDG_RUNTIME_DIR/my-log-socket" + /dev/log + - Silence kernel messages for our bind-mounts + - Make sure pkg-config is checked for, regardless of build + options + - Improve ability to bind-mount directories on case-insensitive + filesystems + - Fix -Wshadow warnings + - Fix deprecation warnings with newer SELinux +- Add new subpackage bubblewrap-zsh-completion + +------------------------------------------------------------------- Old: ---- bubblewrap-0.4.1.tar.xz New: ---- bubblewrap-0.5.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bubblewrap.spec ++++++ --- /var/tmp/diff_new_pack.s4Z4bI/_old 2021-09-25 00:34:55.363099839 +0200 +++ /var/tmp/diff_new_pack.s4Z4bI/_new 2021-09-25 00:34:55.367099843 +0200 @@ -1,7 +1,7 @@ # # spec file for package bubblewrap # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: bubblewrap -Version: 0.4.1 +Version: 0.5.0 Release: 0 Summary: Core execution tool for unprivileged containers License: LGPL-2.0-or-later @@ -40,6 +40,14 @@ containers that works as a setuid binary on kernels without user namespaces. +%package zsh-completion +Summary: Zsh tab-completion for bubblewrap +Group: System/Shells +Supplements: (%{name} and zsh) + +%description zsh-completion +This package provides zsh tab-completion for bubblewrap. + %prep %autosetup -p1 -n %{name}-%{version} sed -i '1d' completions/bash/bwrap @@ -68,4 +76,9 @@ %{_bindir}/bwrap %{_mandir}/man1/* +%files zsh-completion +%dir %{_datadir}/zsh +%dir %{_datadir}/zsh/site-functions +%{_datadir}/zsh/site-functions/_bwrap + %changelog ++++++ bubblewrap-0.4.1.tar.xz -> bubblewrap-0.5.0.tar.xz ++++++ ++++ 18637 lines of diff (skipped)
