Accepting request 875299 from devel:kubic

- Update to version 2.1+git20210226.daeb191:
  * Set trap only after option parsing (#22)

- Update to version 2.1+git20210225.5c541c8:
  * Check sub{u,g}id if rootless, and fail early if they're not setup
  * Fix creating a container with a specific name with `-c`

- Update to version 2.1+git20210208.a720b25:
  * Alleviate the need for zypper in the user toolbox script
  * Consolidate logging and help debugging of the user toolbox's script
  * Export machine-id and IPC inside the toolbox (IPC, user only)
  * Fix (more) formatting...

OBS-URL: https://build.opensuse.org/request/show/875299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/toolbox?expand=0&rev=11
This commit is contained in:
Richard Brown 2021-03-02 11:26:28 +00:00 committed by Git OBS Bridge
parent ed4a54fa0f
commit 218804419d
5 changed files with 27 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/kubic-project/microos-toolbox.git</param>
<param name="changesrevision">e589434b4619773c676c7aef667f69b6d944da6b</param>
<param name="changesrevision">daeb191ea97061ee52b831ccd93442a2a7b00038</param>
</service>
</servicedata>

View File

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

View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Feb 26 08:29:43 UTC 2021 - kukuk@suse.com
- Update to version 2.1+git20210226.daeb191:
* Set trap only after option parsing (#22)
-------------------------------------------------------------------
Thu Feb 25 15:53:06 UTC 2021 - kukuk@suse.com
- Update to version 2.1+git20210225.5c541c8:
* Check sub{u,g}id if rootless, and fail early if they're not setup
* Fix creating a container with a specific name with `-c`
-------------------------------------------------------------------
Mon Feb 08 09:03:18 UTC 2021 - kukuk@suse.com
- Update to version 2.1+git20210208.a720b25:
* Alleviate the need for zypper in the user toolbox script
* Consolidate logging and help debugging of the user toolbox's script
* Export machine-id and IPC inside the toolbox (IPC, user only)
* Fix (more) formatting...
-------------------------------------------------------------------
Wed Feb 03 10:33:22 UTC 2021 - kukuk@suse.com

View File

@ -17,7 +17,7 @@
Name: toolbox
Version: 2.1+git20210203.a669e3a
Version: 2.1+git20210226.daeb191
Release: 0
Summary: Script to start a toolbox container for system debugging
License: Apache-2.0