From 8d018dd52d9fbcaee74c5d84ba343bb7c3580af5f8732130a20db05f1065d443 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 30 May 2022 15:02:44 +0000 Subject: [PATCH] Accepting request 979859 from home:dfaggioli:microos-desktop - Update to latest version, 1.3.0: * new tools and commands! * rootful containers support * new supported distros * improved integration with the host * many fixes and improvements For full log, see: https://github.com/89luca89/distrobox/releases/tag/1.3.0 OBS-URL: https://build.opensuse.org/request/show/979859 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=9 --- distrobox-1.2.15.tar.gz | 3 --- distrobox-1.3.0.tar.gz | 3 +++ distrobox.changes | 14 +++++++++++++- distrobox.spec | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 distrobox-1.2.15.tar.gz create mode 100644 distrobox-1.3.0.tar.gz diff --git a/distrobox-1.2.15.tar.gz b/distrobox-1.2.15.tar.gz deleted file mode 100644 index b2a96e7..0000000 --- a/distrobox-1.2.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62a7ee779f605347919157fae947331042b771022c7d7d3169a2bd6ecc8589d7 -size 67689 diff --git a/distrobox-1.3.0.tar.gz b/distrobox-1.3.0.tar.gz new file mode 100644 index 0000000..76666c3 --- /dev/null +++ b/distrobox-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c0ba2115c14a178ad3ecc63f2103cf55c15ba42bc43978394ba00ad40da80b +size 79324 diff --git a/distrobox.changes b/distrobox.changes index eba7f00..62a3300 100644 --- a/distrobox.changes +++ b/distrobox.changes @@ -1,8 +1,20 @@ +------------------------------------------------------------------- +Mon May 30 13:16:32 UTC 2022 - Dario Faggioli + +- Update to latest version, 1.3.0: + * new tools and commands! + * rootful containers support + * new supported distros + * improved integration with the host + * many fixes and improvements + +For full log, see: https://github.com/89luca89/distrobox/releases/tag/1.3.0 + ------------------------------------------------------------------- Sat May 14 15:29:50 UTC 2022 - Dario Faggioli - Add a config file, so that we pull a tumbleweed image by default -- Update too latest version, 1.2.15. Some changes: +- Update to latest version, 1.2.15. Some changes: * init: Allow all package manager checks to run * init: Fix compatibility with init containers * init: add pacman post-hook to neutralize systemd post-hooks in case we're not in an init-enabled container diff --git a/distrobox.spec b/distrobox.spec index 7f38e81..2918601 100644 --- a/distrobox.spec +++ b/distrobox.spec @@ -16,7 +16,7 @@ # Name: distrobox -Version: 1.2.15 +Version: 1.3.0 Release: 0 Summary: Use any linux distribution inside your terminal License: GPL-3.0