diff --git a/bash.changes b/bash.changes index a97dc27d..16ca4203 100644 --- a/bash.changes +++ b/bash.changes @@ -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 diff --git a/bash.spec b/bash.spec index 5fea4a55..e936df8a 100644 --- a/bash.spec +++ b/bash.spec @@ -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 for p in ../bash-%{bash_vers}-patches/*; do test -e $p || break + test "${p##*/}" = "bash-4.2-pwd.patch" && continue echo Patch $p patch -s -p0 < $p done