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:
@@ -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
|
||||
|
Reference in New Issue
Block a user