diff --git a/bash.changes b/bash.changes index c7f21b2..8d5b3c5 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 25 14:20:17 UTC 2024 - Dr. Werner Fink + +- Help dependcy resolver to identify package split done with bash-sh + ------------------------------------------------------------------- Wed Feb 28 13:52:24 UTC 2024 - Dr. Werner Fink diff --git a/bash.spec b/bash.spec index fdd02f3..1796045 100644 --- a/bash.spec +++ b/bash.spec @@ -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