diff --git a/bash.changes b/bash.changes index 96ee432..638e333 100644 --- a/bash.changes +++ b/bash.changes @@ -6,7 +6,7 @@ Sat Jul 7 05:03:48 UTC 2018 - bwiedemann@suse.com ------------------------------------------------------------------- Mon Jun 4 09:21:15 UTC 2018 - werner@suse.de -- In patch bash-4.4.dif avoud setgroups(2) but use initgroups(3) (boo#1095670) +- In patch bash-4.4.dif avoid setgroups(2) but use initgroups(3) (boo#1095670) ------------------------------------------------------------------- Sat Jun 2 17:17:13 UTC 2018 - avindra@opensuse.org diff --git a/bash.spec b/bash.spec index 1c49796..c6dbb09 100644 --- a/bash.spec +++ b/bash.spec @@ -225,8 +225,8 @@ done %patch48 -b .eif %endif %patch49 -p0 -b .pthtmp +%patch50 -p1 -b .mmv %patch0 -p0 -b .0 -%patch50 -p1 # This has to be always the same version as included in the bash its self rl1=($(sed -rn '/RL_READLINE_VERSION/p' lib/readline/readline.h)) rl2=($(sed -rn '/RL_READLINE_VERSION/p' /usr/include/readline/readline.h))