Dr. Werner Fink 2018-07-10 10:01:43 +00:00 committed by Git OBS Bridge
parent 9215244af1
commit d5df4a43f4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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))