From 6a60f7fe33154c1f6509e1f4c42bd52c4638fee6 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 24 Mar 2022 14:45:01 +0000 Subject: [PATCH] Do use old legacy PreReq to get bash installed before bash-sh but do not require bash-sh by bash (bsc#1197448) OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=344 --- bash.changes | 6 ++++++ bash.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bash.changes b/bash.changes index 52ef3f89..80294633 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 24 14:37:18 UTC 2022 - Dr. Werner Fink + +- Do use old legacy PreReq to get bash installed before bash-sh + but do not require bash-sh by bash (bsc#1197448) + ------------------------------------------------------------------- Thu Feb 24 08:17:32 UTC 2022 - Dr. Werner Fink diff --git a/bash.spec b/bash.spec index 61b1732a..adfc420a 100644 --- a/bash.spec +++ b/bash.spec @@ -107,7 +107,6 @@ Provides: /bin/bash %if %{with alternatives} Provides: /bin/sh %else -Requires: /usr/bin/sh Suggests: bash-sh %endif @@ -137,7 +136,7 @@ Summary: Handle behaviour of /bin/sh Group: System/Shells Provides: alternative(sh) Conflicts: alternative(sh) -Requires: bash = %{version} +PreReq: bash = %{version} %description sh Use bash as /bin/sh implementation.