From 53eb5bfab5587ba3fc78df0f341b74bb9d9b9182ac802d0083232ca537528642 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 25 Mar 2024 14:32:42 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=383 --- bash.changes | 5 +++++ bash.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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