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.