Add official patch bash50-018

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=316
This commit is contained in:
2020-07-14 07:22:55 +00:00
committed by Git OBS Bridge
parent 3e84672b9c
commit 3b4a2516f6
3 changed files with 12 additions and 2 deletions

View File

@@ -201,6 +201,7 @@ echo -e '\033[1m\032[31mShift JIS support disabled\033[m'
%endif
%setup -q -n bash-%{bversion}%{bextend} -b1
typeset -i level
set +x
for patch in ../bash-%{bversion}-patches/*; do
test -e $patch || break
let level=0 || true
@@ -214,6 +215,7 @@ for patch in ../bash-%{bversion}-patches/*; do
echo Patch $patch
patch -s -p$level < $patch
done
set -x
%patch1 -p0 -b .manual
%patch2 -p0 -b .security
%patch3 -p0 -b .2.4.4