From 45cf94071ca60df505900234142cd3e316c5d18212d93e850e11d7c52ee06b28 Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Tue, 26 Mar 2024 10:04:05 +0000 Subject: [PATCH] Accepting request 1161564 from home:mvyskocil:branches:Virtualization:containers - Update to 1.7.1 * all: ensure no side effects on global variables * create the binary export path if it doesn't exist (#1291) * docs: Add info on upgrading package on steamdeck (#1271) * docs: remove extra ` from xhost command by (#1284) * enter: Add option to run with clean PATH (#1299) * fix: missing .fifo logfile in distrobox-enter (#1307) * init: ignore findmnt error in routine remounting (#1289) (#1296) * init: mask suspend/hibernate/hybrid-sleep * init: massively speed up apk deps install by @JamiKettunen in (#1298) * rm: do not block container removal if we cannot start it OBS-URL: https://build.opensuse.org/request/show/1161564 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=45 --- distrobox-1.7.0.1_g7a56b6e.tar.gz | 3 --- distrobox-1.7.1.tar.gz | 3 +++ distrobox.changes | 15 +++++++++++++++ distrobox.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 distrobox-1.7.0.1_g7a56b6e.tar.gz create mode 100644 distrobox-1.7.1.tar.gz diff --git a/distrobox-1.7.0.1_g7a56b6e.tar.gz b/distrobox-1.7.0.1_g7a56b6e.tar.gz deleted file mode 100644 index 288aeb9..0000000 --- a/distrobox-1.7.0.1_g7a56b6e.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db0b87210a40fdb613fe2ee75deeb6c05f1ab71fe971b8347517e0578945bacf -size 6894069 diff --git a/distrobox-1.7.1.tar.gz b/distrobox-1.7.1.tar.gz new file mode 100644 index 0000000..76c1dca --- /dev/null +++ b/distrobox-1.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39ce0b579e8e7c7599b5effaf53462814d443ce5d30131e19db2f8b830f242f +size 6885484 diff --git a/distrobox.changes b/distrobox.changes index 04211ee..925de54 100644 --- a/distrobox.changes +++ b/distrobox.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Mar 25 22:02:17 UTC 2024 - Michal Vyskocil + +- Update to 1.7.1 + * all: ensure no side effects on global variables + * create the binary export path if it doesn't exist (#1291) + * docs: Add info on upgrading package on steamdeck (#1271) + * docs: remove extra ` from xhost command by (#1284) + * enter: Add option to run with clean PATH (#1299) + * fix: missing .fifo logfile in distrobox-enter (#1307) + * init: ignore findmnt error in routine remounting (#1289) (#1296) + * init: mask suspend/hibernate/hybrid-sleep + * init: massively speed up apk deps install by @JamiKettunen in (#1298) + * rm: do not block container removal if we cannot start it + ------------------------------------------------------------------- Fri Mar 15 09:35:47 UTC 2024 - Dario Faggioli diff --git a/distrobox.spec b/distrobox.spec index bc387a3..a65143e 100644 --- a/distrobox.spec +++ b/distrobox.spec @@ -17,7 +17,7 @@ Name: distrobox -Version: 1.7.0.1_g7a56b6e +Version: 1.7.1 Release: 0 Summary: Use any linux distribution inside your terminal License: GPL-3.0-only