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:
Dominique Leuenberger 2021-02-01 12:25:02 +00:00 committed by Git OBS Bridge
parent 191846dcbd
commit 7d53a37120
7 changed files with 20 additions and 8 deletions

View File

@ -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>

View File

@ -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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a359fb69a229a8e768eee2bfa5e9c084112ccb433421100d8fe453a2024b979
size 8948

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5b2e059fb3a2e890442a119d06b7ae697dda22ce19a0bcc80c945e3969f9188
size 11440

View File

@ -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>

View File

@ -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