Dr. Werner Fink 2011-11-02 08:24:01 +00:00 committed by Git OBS Bridge
parent df7ffdf51f
commit fc961215ac
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 2 08:23:24 UTC 2011 - werner@suse.de
- Disable last patch as it seems a bit broken (bnc#725657)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 25 17:11:23 UTC 2011 - werner@suse.de Tue Oct 25 17:11:23 UTC 2011 - werner@suse.de

View File

@ -260,6 +260,7 @@ as well as programming with the interface of the readline library.
%setup -q -n bash-%{bash_vers}%{extend} -b1 -b2 -b3 %setup -q -n bash-%{bash_vers}%{extend} -b1 -b2 -b3
for p in ../bash-%{bash_vers}-patches/*; do for p in ../bash-%{bash_vers}-patches/*; do
test -e $p || break test -e $p || break
test "${p##*/}" = "bash-4.2-pwd.patch" && continue
echo Patch $p echo Patch $p
patch -s -p0 < $p patch -s -p0 < $p
done done