From dd014c99d60be151b6b4854ec89755cc8fbc0ec722b8ecc7d26857727956d9db Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Tue, 29 Mar 2022 10:12:33 +0000 Subject: [PATCH] Accepting request 965601 from home:dfaggioli:microos-desktop - Improve the changelog, adding more info about the new version - Switch from `install -p` to `install --prefix` OBS-URL: https://build.opensuse.org/request/show/965601 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=5 --- distrobox.changes | 17 ++++++++++++++++- distrobox.spec | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/distrobox.changes b/distrobox.changes index d3a3f79..671da27 100644 --- a/distrobox.changes +++ b/distrobox.changes @@ -1,7 +1,22 @@ ------------------------------------------------------------------- Tue Mar 29 09:12:32 UTC 2022 - Dario Faggioli -- Update to latest version 1.2.14 +- 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 diff --git a/distrobox.spec b/distrobox.spec index cb5a746..06e09c2 100644 --- a/distrobox.spec +++ b/distrobox.spec @@ -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