From dcd599c20290507c469d2edbcc1d1d86866d16ec89b5e8d9345f6dd5a43e1f51 Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Thu, 17 Nov 2022 18:12:09 +0000 Subject: [PATCH] Accepting request 1036452 from home:dimstar:Factory - Do not recommend bash-completion subpackage: this triggers installation even if bash-completion is not there yet. All (well, most for now) packages are handled to install the completion IF bash-completion is present (which is the default on standard setups). OBS-URL: https://build.opensuse.org/request/show/1036452 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=21 --- distrobox.changes | 9 +++++++++ distrobox.spec | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/distrobox.changes b/distrobox.changes index 42ef2b3..f59a867 100644 --- a/distrobox.changes +++ b/distrobox.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Nov 17 13:49:00 UTC 2022 - Dominique Leuenberger + +- Do not recommend bash-completion subpackage: this triggers + installation even if bash-completion is not there yet. All (well, + most for now) packages are handled to install the completion IF + bash-completion is present (which is the default on standard + setups). + ------------------------------------------------------------------- Thu Sep 29 11:49:23 UTC 2022 - Dario Faggioli diff --git a/distrobox.spec b/distrobox.spec index ae55670..3eae043 100644 --- a/distrobox.spec +++ b/distrobox.spec @@ -32,7 +32,6 @@ Requires: %{_bindir}/sed Requires: (%{_bindir}/podman or %{_bindir}/docker) # Idea would be: if bash completion is already there, let's have it. If # not, let's "only" recommend it... -Recommends: %{name}-bash-completion Requires: (%{name}-bash-completion if bash-completion) BuildRequires: ImageMagick BuildRequires: hicolor-icon-theme