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>
|
Thu Feb 24 08:17:32 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -107,7 +107,6 @@ Provides: /bin/bash
|
|||||||
%if %{with alternatives}
|
%if %{with alternatives}
|
||||||
Provides: /bin/sh
|
Provides: /bin/sh
|
||||||
%else
|
%else
|
||||||
Requires: /usr/bin/sh
|
|
||||||
Suggests: bash-sh
|
Suggests: bash-sh
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -137,7 +136,7 @@ Summary: Handle behaviour of /bin/sh
|
|||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
Provides: alternative(sh)
|
Provides: alternative(sh)
|
||||||
Conflicts: alternative(sh)
|
Conflicts: alternative(sh)
|
||||||
Requires: bash = %{version}
|
PreReq: bash = %{version}
|
||||||
|
|
||||||
%description sh
|
%description sh
|
||||||
Use bash as /bin/sh implementation.
|
Use bash as /bin/sh implementation.
|
||||||
|
Loading…
Reference in New Issue
Block a user