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
This commit is contained in:
parent
acf579536e
commit
ea56a00ed8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 14:37:18 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- 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 <werner@suse.de>
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user