Accepting request 965603 from Virtualization:containers

- Update to latest version 1.2.14 (see: https://github.com/89luca89/distrobox/releases/tag/1.2.14)
- Switch from `install -p` to `install --prefix`

OBS-URL: https://build.opensuse.org/request/show/965603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distrobox?expand=0&rev=2
This commit is contained in:
2022-03-29 16:16:03 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01fb69c2b8f2211462217f57875a112d1761c7395b50c155e0e28b1f78cea603
size 55476

3
distrobox-1.2.14.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86c7a6515d8548e258b4acb152e4a622f671c4ffcf1cc1a36d05b5f56bc6a0aa
size 65485

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Mar 29 09:12:32 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
- Update to latest version 1.2.14. Some changes:
* all: detect if running sudo and improve error messages for container managers, pointing to documentation
* fix: move selinux fix into create phase
* enter: escape --workdir argument
* enter: Enter at workdir through child path of '/run/host' by @ennec-e in #186
* stop: Add distrobox-stop command
* enter: use container's $PATH when entering
* create: resolve path before mounting
* init: If user already exists in /etc/passwd set props again, do not skip
* init: Fix grep match of very short user or group names
* init: tighter systemd integration with host
*init: support LDAP/AD mail usernames
* export: support exporting of system flatpaks and document it
Full list available at: https://github.com/89luca89/distrobox/releases/tag/1.2.14
- Switch from `install -p` to `install --prefix` (see
https://github.com/89luca89/distrobox/pull/190)
-------------------------------------------------------------------
Fri Mar 11 15:18:44 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>

View File

@@ -16,7 +16,7 @@
#
Name: distrobox
Version: 1.2.13
Version: 1.2.14
Release: 0
Summary: Use any linux distribution inside your terminal
License: GPL-3.0
@@ -44,7 +44,7 @@ external USB devices and graphical apps (X11/Wayland), and audio.
%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_docdir}/%{name}
./install -p %{buildroot}%{_bindir}
./install --prefix %{buildroot}/%{_prefix}
install -m 0644 docs/*.md %{buildroot}%{_docdir}/%{name}
%files