Hello community, here is the log from the commit of package toolbox for openSUSE:Factory checked in at 2020-08-04 20:16:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/toolbox (Old) and /work/SRC/openSUSE:Factory/.toolbox.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "toolbox" Tue Aug 4 20:16:30 2020 rev:5 rq:824140 version:1.0+git20200803.7ff20b6 Changes: -------- --- /work/SRC/openSUSE:Factory/toolbox/toolbox.changes 2020-03-25 23:46:09.760049855 +0100 +++ /work/SRC/openSUSE:Factory/.toolbox.new.3592/toolbox.changes 2020-08-04 20:16:40.468875308 +0200 @@ -1,0 +2,8 @@ +Mon Aug 03 12:49:28 UTC 2020 - [email protected] + +- Update to version 1.0+git20200803.7ff20b6: + * Connect to the host's SSH agent in user toolboxes. + * Stay in current directory, even when entering a toolbox + * Use the toolbox name as the actual toolbox's hostname + +------------------------------------------------------------------- Old: ---- microos-toolbox-1.0+git20200324.dd047bc.tar.xz New: ---- microos-toolbox-1.0+git20200803.7ff20b6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ toolbox.spec ++++++ --- /var/tmp/diff_new_pack.depIZA/_old 2020-08-04 20:16:41.636876019 +0200 +++ /var/tmp/diff_new_pack.depIZA/_new 2020-08-04 20:16:41.640876022 +0200 @@ -17,7 +17,7 @@ Name: toolbox -Version: 1.0+git20200324.dd047bc +Version: 1.0+git20200803.7ff20b6 Release: 0 Summary: Script to start a toolbox container for system debugging License: Apache-2.0 ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.depIZA/_old 2020-08-04 20:16:41.680876046 +0200 +++ /var/tmp/diff_new_pack.depIZA/_new 2020-08-04 20:16:41.684876049 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/thkukuk/microos-toolbox.git</param> - <param name="changesrevision">4560f64fb250a961041add27781de107a2472394</param> + <param name="changesrevision">6d973c2cdb1b3fad673f21609d4356ffa9979389</param> </service> </servicedata> \ No newline at end of file ++++++ microos-toolbox-1.0+git20200324.dd047bc.tar.xz -> microos-toolbox-1.0+git20200803.7ff20b6.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/microos-toolbox-1.0+git20200324.dd047bc/toolbox new/microos-toolbox-1.0+git20200803.7ff20b6/toolbox --- old/microos-toolbox-1.0+git20200324.dd047bc/toolbox 2020-03-24 19:57:56.000000000 +0100 +++ new/microos-toolbox-1.0+git20200803.7ff20b6/toolbox 2020-08-03 14:45:41.000000000 +0200 @@ -111,7 +111,7 @@ container_create() { if ! ${SUDO} podman create \ - --hostname toolbox \ + --hostname "$TOOLBOX_NAME" \ --name "$TOOLBOX_NAME" \ --network host \ --privileged \ @@ -199,8 +199,8 @@ # We want to keep the pid namespace of the running user. # We, however, use root:root while creating, so that later we # can modify the user's name, groups, etc, within the container. - CREATE_AS_USER="--pid host --userns=keep-id -v ${HOME}:${HOME} --user root:root -w `pwd`" - EXEC_AS_USER="--user ${USER_ID}:${USER_GID}" + CREATE_AS_USER="--pid host --userns=keep-id -v ${HOME}:${HOME} --user root:root --volume /run/user/${USER_ID}:/run/user/${USER_ID}:rslave " + EXEC_AS_USER="--user ${USER_ID}:${USER_GID} -w `pwd` --env SSH_AUTH_SOCK=$SSH_AUTH_SOCK" ;; -t|--tag) TOOLBOX_NAME="${TOOLBOX_NAME}-$2"
