From 89c2b82999478a9dde34bfdb799861c0090ede68f099bc19fcdee4fb940187ca Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Thu, 29 Dec 2022 10:34:59 +0000 Subject: [PATCH] Accepting request 1045681 from home:thecoder-001:branches:Virtualization:containers Update to 1.4.2.1 OBS-URL: https://build.opensuse.org/request/show/1045681 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=23 --- distrobox-1.4.1.tar.gz | 3 --- distrobox-1.4.2.1.tar.gz | 3 +++ distrobox.changes | 50 ++++++++++++++++++++++++++++++++++++++++ distrobox.spec | 2 +- 4 files changed, 54 insertions(+), 4 deletions(-) delete mode 100644 distrobox-1.4.1.tar.gz create mode 100644 distrobox-1.4.2.1.tar.gz diff --git a/distrobox-1.4.1.tar.gz b/distrobox-1.4.1.tar.gz deleted file mode 100644 index 1d70430..0000000 --- a/distrobox-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be3266f77011b30da5d0035e246d4e4a9360b7c90fbd8b90ac581165a00217b8 -size 231405 diff --git a/distrobox-1.4.2.1.tar.gz b/distrobox-1.4.2.1.tar.gz new file mode 100644 index 0000000..0d73f43 --- /dev/null +++ b/distrobox-1.4.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe9217315f848396ec1eb8e21929d23065caa6a1a55f8988500475e823b1f31 +size 235019 diff --git a/distrobox.changes b/distrobox.changes index f59a867..4c0585c 100644 --- a/distrobox.changes +++ b/distrobox.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Wed Dec 28 22:03:04 UTC 2022 - Ayush Kumar + +- Update to latest version (1.4.2.1). Some changes: + * all: fix setting up default images and names + * compatibility: add gentoo docker image + * compatibility: change debian 8 image + * completion: Remove shebangs from bash completions + * completion: add compatibility list flag, add image name + autocompletion + * create/enter/export: Add home prefix + * create: Fix using --home with space in path + * create: use --entrypoint to override entrypoint defined by + image + * distrobox: remove trap from the wrapper + * docs: Add resource limitation tips + * docs: Fix example configuration file + * docs: Update handler function to support bash scripts + * enter/export: handle quotes in arguments in a better way + * enter: exclude LANG environment variables + * enter: remove detach-keys, work on #398 + * export/enter: inject container ID at enter-time, in order to be + used in export + * export: fix variable declaration + * export: look at global user services while trying to export a + service + * export: use realpath on icons + * init: Add init and pre-init hook defaults as supported config + options + * init: add missing findmnt in OpenSUSE + * init: better systemd unit cleanup + * init: copy skel files only if using custom home + * init: fix overriding of SHELL at each start, override default + SHELL only the first time + * init: fix sudoers spam (missing " in check) + * init: fix void-linux package incompatibility error + * init: fix vte installation; add --noreplace to prevent repeated + builds + * init: integrate with kerberos host only if it is installed on + the host. + * init: skip external mounts when searching for sockets + * init: specify package for gentoo + * init: use container's path for SHELL instead of host's one + * init: use findmnt instead of mountpoint, fixing compatibility + with old distributions + * install-podman: Fix cni_plugin_dirs + * install: do not use scraping, use fixed version + * main: Do not open manpager automatically + Full list available at: https://github.com/89luca89/distrobox/releases/tag/1.4.2.1 + ------------------------------------------------------------------- Thu Nov 17 13:49:00 UTC 2022 - Dominique Leuenberger diff --git a/distrobox.spec b/distrobox.spec index 3eae043..1768a22 100644 --- a/distrobox.spec +++ b/distrobox.spec @@ -17,7 +17,7 @@ Name: distrobox -Version: 1.4.1 +Version: 1.4.2.1 Release: 0 Summary: Use any linux distribution inside your terminal License: GPL-3.0-only