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
This commit is contained in:
parent
dcd599c202
commit
89c2b82999
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:be3266f77011b30da5d0035e246d4e4a9360b7c90fbd8b90ac581165a00217b8
|
|
||||||
size 231405
|
|
3
distrobox-1.4.2.1.tar.gz
Normal file
3
distrobox-1.4.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cbe9217315f848396ec1eb8e21929d23065caa6a1a55f8988500475e823b1f31
|
||||||
|
size 235019
|
@ -1,3 +1,53 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 28 22:03:04 UTC 2022 - Ayush Kumar <ayush06feb@gmail.com>
|
||||||
|
|
||||||
|
- 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 <dimstar@opensuse.org>
|
Thu Nov 17 13:49:00 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: distrobox
|
Name: distrobox
|
||||||
Version: 1.4.1
|
Version: 1.4.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Use any linux distribution inside your terminal
|
Summary: Use any linux distribution inside your terminal
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user