From 954c3f2f6341c6ca751c5e5f8d5b6ca81470eb1cc893393068a4c239b5e6e2e8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 30 Nov 2023 14:00:45 +0000 Subject: [PATCH] Accepting request 1127997 from home:mvyskocil:branches:Virtualization:containers - Update to version 1.6.0.1: * Export: fix exporting desktop app. * Init: fix nvidia library integration. - Update to version 1.6.0: * Lilipod support * Improved nvidia integration, particularly for cuda * General improvements in the init process * Improve user's shell handling, so that it now always respects the chsh done inside the container * Fix tzdata/zoneinfo problems * Rootful containers now will properly setup user password for sudo * General polish in initful containers * Initful containers now support also OpenRC when present * Initful containers will now have also a proper systemd user session * New --unshare-all, --unshare-netns, --unshare-process, --unshare-devsys flags in create + Now initful + unshare-all containers can be used as playgrounds for services like LXC and Libvirt more easily * New container_additional_volumes configuration * Export fixes and improvements in multi-icon and space-in-name handling * Exported binaries will be runnable between distroboxes * Exported binaries will always run in a login shell * Assemble is now more polished and supports all of create flags * Assemble can now export apps/binaries directly from the manifest OBS-URL: https://build.opensuse.org/request/show/1127997 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=33 --- distrobox-1.5.0.2.tar.gz | 3 --- distrobox-1.6.0.1.tar.gz | 3 +++ distrobox.changes | 27 +++++++++++++++++++++++++++ distrobox.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 distrobox-1.5.0.2.tar.gz create mode 100644 distrobox-1.6.0.1.tar.gz diff --git a/distrobox-1.5.0.2.tar.gz b/distrobox-1.5.0.2.tar.gz deleted file mode 100644 index 89fb8ef..0000000 --- a/distrobox-1.5.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84262770026af306d1e263258445d91790bdedecf30c813316a45adeb2a67de6 -size 5899915 diff --git a/distrobox-1.6.0.1.tar.gz b/distrobox-1.6.0.1.tar.gz new file mode 100644 index 0000000..2505758 --- /dev/null +++ b/distrobox-1.6.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b1330b56f6a1bf844c26a27d87f39efd8ae088ed3063f6513d48cf9c18f57e +size 6751373 diff --git a/distrobox.changes b/distrobox.changes index 75c9d85..4f326dc 100644 --- a/distrobox.changes +++ b/distrobox.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Nov 21 21:59:27 UTC 2023 - Michal Vyskocil + +- Update to version 1.6.0.1: + * Export: fix exporting desktop app. + * Init: fix nvidia library integration. +- Update to version 1.6.0: + * Lilipod support + * Improved nvidia integration, particularly for cuda + * General improvements in the init process + * Improve user's shell handling, so that it now always respects the chsh done inside the container + * Fix tzdata/zoneinfo problems + * Rootful containers now will properly setup user password for sudo + * General polish in initful containers + * Initful containers now support also OpenRC when present + * Initful containers will now have also a proper systemd user session + * New --unshare-all, --unshare-netns, --unshare-process, --unshare-devsys + flags in create + + Now initful + unshare-all containers can be used as playgrounds for + services like LXC and Libvirt more easily + * New container_additional_volumes configuration + * Export fixes and improvements in multi-icon and space-in-name handling + * Exported binaries will be runnable between distroboxes + * Exported binaries will always run in a login shell + * Assemble is now more polished and supports all of create flags + * Assemble can now export apps/binaries directly from the manifest + ------------------------------------------------------------------- Fri Jul 7 07:16:32 UTC 2023 - Frederic Crozat diff --git a/distrobox.spec b/distrobox.spec index af074cd..76a5539 100644 --- a/distrobox.spec +++ b/distrobox.spec @@ -17,7 +17,7 @@ Name: distrobox -Version: 1.5.0.2 +Version: 1.6.0.1 Release: 0 Summary: Use any linux distribution inside your terminal License: GPL-3.0-only