From 988eb15320dc93a92e11912a8b1ef8c05fd9b82f880cd3eba681d63f5d002132 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 2 Nov 2011 08:24:01 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=88 --- bash.changes | 5 +++++ bash.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/bash.changes b/bash.changes index 76912ae..d246448 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 6332e5a..a0e1c2a 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