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:
Dario Faggioli 2024-03-15 08:51:59 +00:00 committed by Git OBS Bridge
parent 208ffd33a1
commit a19c219cdc
4 changed files with 22 additions and 4 deletions

3
distrobox-1.7.0.1.tar.gz Normal file
View File

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

View File

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

View File

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

View File

@ -17,7 +17,7 @@
Name: distrobox
Version: 1.7.0
Version: 1.7.0.1
Release: 0
Summary: Use any linux distribution inside your terminal
License: GPL-3.0-only