Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package toolbox for openSUSE:Factory checked in at 2025-10-10 17:07:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/toolbox (Old) and /work/SRC/openSUSE:Factory/.toolbox.new.5300 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "toolbox" Fri Oct 10 17:07:53 2025 rev:34 rq:1309995 version:2.4+git20251009.ab435eb Changes: -------- --- /work/SRC/openSUSE:Factory/toolbox/toolbox.changes 2025-08-07 16:48:56.704623801 +0200 +++ /work/SRC/openSUSE:Factory/.toolbox.new.5300/toolbox.changes 2025-10-10 17:08:06.878122104 +0200 @@ -1,0 +2,6 @@ +Thu Oct 09 12:29:42 UTC 2025 - Thorsten Kukuk <[email protected]> + +- Update to version 2.4+git20251009.ab435eb: + * toolbox.1: document no user mode for root + +------------------------------------------------------------------- Old: ---- microos-toolbox-2.4+git20250806.ba48bd3.tar.xz New: ---- microos-toolbox-2.4+git20251009.ab435eb.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ toolbox.spec ++++++ --- /var/tmp/diff_new_pack.e0tI1H/_old 2025-10-10 17:08:08.758201177 +0200 +++ /var/tmp/diff_new_pack.e0tI1H/_new 2025-10-10 17:08:08.774201850 +0200 @@ -17,7 +17,7 @@ Name: toolbox -Version: 2.4+git20250806.ba48bd3 +Version: 2.4+git20251009.ab435eb Release: 0 Summary: Script to start a toolbox container for system debugging License: Apache-2.0 ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.e0tI1H/_old 2025-10-10 17:08:09.038212954 +0200 +++ /var/tmp/diff_new_pack.e0tI1H/_new 2025-10-10 17:08:09.098215478 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/microos-toolbox.git</param> - <param name="changesrevision">ba48bd3037599c4e9d4fb82b1b2106de1715733e</param> + <param name="changesrevision">ab435eb076a6208b1712748e8864b81a11241cb1</param> </service> </servicedata> (No newline at EOF) ++++++ microos-toolbox-2.4+git20250806.ba48bd3.tar.xz -> microos-toolbox-2.4+git20251009.ab435eb.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/microos-toolbox-2.4+git20250806.ba48bd3/README.md new/microos-toolbox-2.4+git20251009.ab435eb/README.md --- old/microos-toolbox-2.4+git20250806.ba48bd3/README.md 2025-08-06 16:09:34.000000000 +0200 +++ new/microos-toolbox-2.4+git20251009.ab435eb/README.md 2025-10-09 14:26:40.000000000 +0200 @@ -11,6 +11,8 @@ The root filesystem can be found at `/media/root`. In a "user toolbox" (i.e., one started with `toolbox -u`) the user's home directory is available in the usual place (`/home/$USER`). +The "user toolbox" (`toolbox -u` command) does not work for the user `root` and would not be useful anyway. + The following options are available in `toolbox`: * `-h` or `--help`: Shows the help message @@ -65,7 +67,7 @@ * `run`: Run a command / start a program inside a toolbox * `list`: Show existing toolboxes, although for now it is basically an alias to `podman ps -a` -This commands imply user mode (-u) and uses a different container (`toolbox-<user>-user` vs. `toolbox-<user>`). +This commands imply user mode (-u) and uses a different container (`toolbox-<user>-user` vs. `toolbox-<user>`). This implies that this commands (except `list`) don't work for the user `root`. In this case just run `toolbox` or `toolbox <command>`. # ROOTLESS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/microos-toolbox-2.4+git20250806.ba48bd3/toolbox.1.md new/microos-toolbox-2.4+git20251009.ab435eb/toolbox.1.md --- old/microos-toolbox-2.4+git20250806.ba48bd3/toolbox.1.md 2025-08-06 16:09:34.000000000 +0200 +++ new/microos-toolbox-2.4+git20251009.ab435eb/toolbox.1.md 2025-10-09 14:26:40.000000000 +0200 @@ -16,6 +16,8 @@ The root filesystem can be found at `/media/root`. In a "user toolbox" (i.e., one started with `toolbox -u`) the user's home directory is available in the usual place (`/home/$USER`). +The "user toolbox" (`toolbox -u` command) does not work for the user `root` and would not be useful anyway. + The following options are available in `toolbox`: * `-h` or `--help`: Shows the help message @@ -70,7 +72,7 @@ * `run`: Run a command / start a program inside a toolbox * `list`: Show existing toolboxes, although for now it is basically an alias to `podman ps -a` -This commands imply user mode (-u) and uses a different container (`toolbox-<user>-user` vs. `toolbox-<user>`). +This commands imply user mode (-u) and uses a different container (`toolbox-<user>-user` vs. `toolbox-<user>`). This implies that this commands (except `list`) don't work for the user `root`. In this case just run `toolbox` or `toolbox <command>`. # ROOTLESS
