Accepting request 1158083 from home:mvyskocil:branches:Virtualization:containers
- Update to 1.7.0.1 * install: fix version * distrobox-generate-entry: respect DBX_CONTAINER_MANAGER variable * distrobox-init: do not fail if locale cannot be set by * Don't create empty XAUTH* variables. * Add DISTROBOX_EXPORT_PATH env var for distrobox-export. * distrobox-init: use "zypper se --match-exact" (instead of "zypper se -x") * init: better detection of file watching trigger * enter: fix shell when entering initful container after * export: fix quotes arount exported binary path * upgrade: fix execution with new enter behavior * enter: do not use a shell when executing a custom command * export: fix execution of binaries with spaces in the name * rm: do not fail if no exports are found OBS-URL: https://build.opensuse.org/request/show/1158083 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=42
This commit is contained in:
parent
208ffd33a1
commit
a19c219cdc
3
distrobox-1.7.0.1.tar.gz
Normal file
3
distrobox-1.7.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:40a366955385efbf79c170e92bb14d4e2ae66b253bafa0ddb49ec39c4bd2b616
|
||||||
|
size 6756031
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ede6267a4e26c43535622e0ca3b27bc35bdeb5cbc97e551f094b852447457200
|
|
||||||
size 6755733
|
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 14 20:44:46 UTC 2024 - Michal Vyskocil <michal.vyskocil@gmail.com>
|
||||||
|
|
||||||
|
- Update to 1.7.0.1
|
||||||
|
* install: fix version
|
||||||
|
* distrobox-generate-entry: respect DBX_CONTAINER_MANAGER variable
|
||||||
|
* distrobox-init: do not fail if locale cannot be set by
|
||||||
|
* Don't create empty XAUTH* variables.
|
||||||
|
* Add DISTROBOX_EXPORT_PATH env var for distrobox-export.
|
||||||
|
* distrobox-init: use "zypper se --match-exact" (instead of "zypper se -x")
|
||||||
|
* init: better detection of file watching trigger
|
||||||
|
* enter: fix shell when entering initful container after
|
||||||
|
* export: fix quotes arount exported binary path
|
||||||
|
* upgrade: fix execution with new enter behavior
|
||||||
|
* enter: do not use a shell when executing a custom command
|
||||||
|
* export: fix execution of binaries with spaces in the name
|
||||||
|
* rm: do not fail if no exports are found
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 28 21:55:18 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>
|
Wed Feb 28 21:55:18 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: distrobox
|
Name: distrobox
|
||||||
Version: 1.7.0
|
Version: 1.7.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Use any linux distribution inside your terminal
|
Summary: Use any linux distribution inside your terminal
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user