.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=88
This commit is contained in:
parent
df7ffdf51f
commit
fc961215ac
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user