From d5df4a43f4a12568f1c6a5814f95fa99bc699529 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 10 Jul 2018 10:01:43 +0000 Subject: [PATCH] boo#1100488 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=267 --- bash.changes | 2 +- bash.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bash.changes b/bash.changes index c4708260..b153fc8e 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 9cd73c1b..50e0bc65 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))