.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=383
This commit is contained in:
parent
7d70e4ce7c
commit
53eb5bfab5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 14:20:17 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Help dependcy resolver to identify package split done with bash-sh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 13:52:24 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -111,7 +111,7 @@ BuildRequires: pkgconfig(readline) >= %{rl_version}
|
||||
%if %{with alternatives}
|
||||
Requires(post): update-alternatives
|
||||
Requires(post): libreadline%{rl_major} >= %{rl_version}
|
||||
Requires(preun):update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
%endif
|
||||
Requires: libreadline%{rl_major} >= %{rl_version}
|
||||
Suggests: bash-doc = %{version}
|
||||
@ -149,6 +149,7 @@ Summary: Handle behaviour of /bin/sh
|
||||
Group: System/Shells
|
||||
Provides: alternative(sh)
|
||||
Conflicts: alternative(sh)
|
||||
Provides: bash:%{_bindir}/sh
|
||||
PreReq: bash = %{version}
|
||||
BuildArch: noarch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user