Accepting request 460239 from Base:System
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/460239 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=136
This commit is contained in:
commit
4a5e3669b9
@ -1,22 +0,0 @@
|
||||
---
|
||||
jobs.c | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
--- jobs.c
|
||||
+++ jobs.c 2009-09-09 15:38:46.286401756 +0000
|
||||
@@ -681,6 +681,7 @@ stop_pipeline (async, deferred)
|
||||
if (newjob)
|
||||
{
|
||||
newjob->flags |= J_FOREGROUND;
|
||||
+#if !defined(__linux__)
|
||||
/*
|
||||
* !!!!! NOTE !!!!! (chet@ins.cwru.edu)
|
||||
*
|
||||
@@ -696,6 +697,7 @@ stop_pipeline (async, deferred)
|
||||
*/
|
||||
if (job_control && newjob->pgrp && (subshell_environment&SUBSHELL_ASYNC) == 0 && running_in_background == 0)
|
||||
maybe_give_terminal_to (shell_pgrp, newjob->pgrp, 0);
|
||||
+#endif
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 17 14:08:47 UTC 2017 - werner@suse.de
|
||||
|
||||
- Remove bash-4.0-async-bnc523667.dif as this one is fixed (and
|
||||
was disabled and nobody had reported trouble)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 30 16:11:13 UTC 2017 - werner@suse.de
|
||||
|
||||
|
@ -71,8 +71,6 @@ Patch5: bash-3.0-warn-locale.patch
|
||||
# Disabled
|
||||
Patch6: bash-4.2-endpw.dif
|
||||
Patch7: bash-4.3-decl.patch
|
||||
# Is this fixed meanwhile?
|
||||
Patch8: bash-4.0-async-bnc523667.dif
|
||||
Patch9: bash-4.3-include-unistd.dif
|
||||
Patch10: bash-3.2-printf.patch
|
||||
Patch11: bash-4.3-loadables.dif
|
||||
@ -285,7 +283,6 @@ done
|
||||
%patch5 -p0 -b .warnlc
|
||||
#%patch6 -p0 -b .endpw
|
||||
%patch7 -p0 -b .decl
|
||||
#%patch8 -p0 -b .async
|
||||
%patch9 -p0 -b .unistd
|
||||
%patch10 -p0 -b .printf
|
||||
%patch11 -p0 -b .plugins
|
||||
|
Loading…
Reference in New Issue
Block a user