Accepting request 866535 from devel:kubic
- Update to version 2.0+git20210125.50611db: * Document configuration files, add /usr/etc/toolboxrc * Update README to include commands * Update the README * Be even more compatible with Silverblue Toolbox * Introduce commands, for compatibility with Silverblue's toolbox * Mount /run/media and and /tmp inside a user toolbox * Export more env variables inside (user) toolboxes OBS-URL: https://build.opensuse.org/request/show/866535 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/toolbox?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 25 10:24:32 UTC 2021 - kukuk@suse.com
|
||||
|
||||
- Update to version 2.0+git20210125.50611db:
|
||||
* Document configuration files, add /usr/etc/toolboxrc
|
||||
* Update README to include commands
|
||||
* Update the README
|
||||
* Be even more compatible with Silverblue Toolbox
|
||||
* Introduce commands, for compatibility with Silverblue's toolbox
|
||||
* Mount /run/media and and /tmp inside a user toolbox
|
||||
* Export more env variables inside (user) toolboxes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 09:57:44 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
||||
+2
-2
@@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: toolbox
|
||||
Version: 1.0+git20210119.b5acdcf
|
||||
Version: 2.0+git20210125.50611db
|
||||
Release: 0
|
||||
Summary: Script to start a toolbox container for system debugging
|
||||
License: Apache-2.0
|
||||
Group: System/Management
|
||||
URL: https://github.com/thkukuk/microos-toolbox
|
||||
Source: microos-toolbox-%{version}.tar.xz
|
||||
Source1: toolboxrc
|
||||
Source1: toolboxrc.sle-micro
|
||||
Requires: podman
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">1.0</param>
|
||||
<param name="versionformat">1.0+git%cd.%h</param>
|
||||
<param name="version">2.0</param>
|
||||
<param name="versionformat">2.0+git%cd.%h</param>
|
||||
<param name="url">git://github.com/thkukuk/microos-toolbox.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/thkukuk/microos-toolbox.git</param>
|
||||
<param name="changesrevision">b5acdcfad5dd3f09536bd312790015f61c27f40a</param>
|
||||
<param name="changesrevision">50611dbcda36b1e7da6770ee498bd38bf4ab607a</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user