Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package toolbox for openSUSE:Factory checked in at 2021-03-24 16:09:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/toolbox (Old) and /work/SRC/openSUSE:Factory/.toolbox.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "toolbox" Wed Mar 24 16:09:04 2021 rev:13 rq:879899 version:2.1+git20210311.15cb3ad Changes: -------- --- /work/SRC/openSUSE:Factory/toolbox/toolbox.changes 2021-03-10 08:52:00.590564125 +0100 +++ /work/SRC/openSUSE:Factory/.toolbox.new.2401/toolbox.changes 2021-03-24 16:09:09.739700372 +0100 @@ -1,0 +2,6 @@ +Thu Mar 11 13:49:05 UTC 2021 - ku...@suse.com + +- Update to version 2.1+git20210311.15cb3ad: + * Don't check for subuid if root calls toolbox [bsc#1183375] + +------------------------------------------------------------------- Old: ---- microos-toolbox-2.1+git20210305.ca2bc53.tar.xz New: ---- microos-toolbox-2.1+git20210311.15cb3ad.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ toolbox.spec ++++++ --- /var/tmp/diff_new_pack.rZjCW1/_old 2021-03-24 16:09:10.231700888 +0100 +++ /var/tmp/diff_new_pack.rZjCW1/_new 2021-03-24 16:09:10.235700892 +0100 @@ -17,7 +17,7 @@ Name: toolbox -Version: 2.1+git20210305.ca2bc53 +Version: 2.1+git20210311.15cb3ad Release: 0 Summary: Script to start a toolbox container for system debugging License: Apache-2.0 ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.rZjCW1/_old 2021-03-24 16:09:10.267700926 +0100 +++ /var/tmp/diff_new_pack.rZjCW1/_new 2021-03-24 16:09:10.267700926 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/kubic-project/microos-toolbox.git</param> - <param name="changesrevision">69991777899eee5a0da8d030f60cc05bbc816868</param> + <param name="changesrevision">15cb3adef516e0167737a407734c03e48ac4cf1a</param> </service> </servicedata> \ No newline at end of file ++++++ microos-toolbox-2.1+git20210305.ca2bc53.tar.xz -> microos-toolbox-2.1+git20210311.15cb3ad.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/microos-toolbox-2.1+git20210305.ca2bc53/toolbox new/microos-toolbox-2.1+git20210311.15cb3ad/toolbox --- old/microos-toolbox-2.1+git20210305.ca2bc53/toolbox 2021-03-05 17:50:57.000000000 +0100 +++ new/microos-toolbox-2.1+git20210311.15cb3ad/toolbox 2021-03-11 14:46:14.000000000 +0100 @@ -146,7 +146,7 @@ } image_pull() { - if [ -z ${SUDO} ]; then + if [ -z ${SUDO} ] && [ $(id -u) -ne 0 ]; then if [ ! `grep $USER /etc/subuid` ] || [ ! `grep $USER /etc/subgid` ]; then echo "$0: ERROR: rootless mode wanted but no subuid and/or subgid for user '$USER'" echo " Toolbox will only work for this user if rootless podman is configured properly."