From 0039fe0e4fc7f328bc581947d2fed0e7a3017864 Mon Sep 17 00:00:00 2001 From: WernerFink <> Date: Mar 29 2022 16:18:58 +0000 Subject: Update bash to version 5.1.MACRO / rev 177 via SR 964694 https://build.opensuse.org/request/show/964694 by user WernerFink + dimstar_suse - Do use old legacy PreReq to get bash installed before bash-sh but do not require bash-sh by bash (bsc#1197448) --- diff --git a/.files b/.files index 6c8b578..213c139 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index ed76798..a8677c1 100644 --- a/.rev +++ b/.rev @@ -1736,4 +1736,13 @@ Upstream declares the bash license to be GPL-3.0+ - not GPL-2.0+ (forwarded requ Automatic submission by obs-autosubmit 958697 + + 38e24402dfe8dcf46f5c48696f588a57 + 5.1.MACRO + + dimstar_suse + - Do use old legacy PreReq to get bash installed before bash-sh + but do not require bash-sh by bash (bsc#1197448) + 964694 + diff --git a/bash.changes b/bash.changes index 52ef3f8..8029463 100644 --- a/bash.changes +++ b/bash.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Mar 24 14:37:18 UTC 2022 - Dr. Werner Fink + +- 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 - Add signatures files of the upstream patches as well diff --git a/bash.spec b/bash.spec index 61b1732..adfc420 100644 --- a/bash.spec +++ b/bash.spec @@ -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.