[ksh/f15] fix: resume of suspended process using pipes does not work (#708909)

Michal Hlavinka mhlavink at fedoraproject.org
Wed Jun 8 06:08:11 UTC 2011


commit ea162b04ee6c84c8ed9a44cb8411c4390265d251
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Jun 8 08:07:57 2011 +0200

    fix: resume of suspended process using pipes does not work (#708909)

 ksh.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ksh.spec b/ksh.spec
index f054c1d..126c027 100644
--- a/ksh.spec
+++ b/ksh.spec
@@ -6,7 +6,7 @@ URL:          http://www.kornshell.com/
 Group:        System Environment/Shells
 License:      CPL
 Version:      20110505
-Release:      1%{?dist}
+Release:      2%{?dist}
 Source0:      http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{releasedate}.tgz
 Source1:      http://www.research.att.com/~gsf/download/tgz/INIT.%{releasedate}.tgz
 Source3:      kshrc.rhs
@@ -20,6 +20,8 @@ Patch1:       ksh-20070328-builtins.patch
 #fix regression test suite to be usable during packagebuild - Fedora/RHEL specific
 Patch2:       ksh-20100826-fixregr.patch
 
+Patch3: ksh-20110505-resume.patch
+
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Conflicts:    pdksh
 Requires: coreutils, glibc-common, diffutils
@@ -40,6 +42,7 @@ with "sh" (the Bourne Shell).
 %setup -q -T -D -a 1
 %patch1 -p1 -b .builtins
 %patch2 -p1 -b .fixregr
+%patch3 -p1 -b .resume
 
 #/dev/fd test does not work because of mock
 sed -i 's|ls /dev/fd|ls /proc/self/fd|' src/cmd/ksh93/features/options
@@ -118,6 +121,9 @@ fi
     rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Wed Jun 08 2011 Michal Hlavinka <mhlavink at redhat.com> - 20110505-2
+- fix: resume of suspended process using pipes does not work (#708909)
+
 * Mon May 09 2011 Michal Hlavinka <mhlavink at redhat.com> - 20110505-1
 - ksh updated to 2011-05-05
 


More information about the scm-commits mailing list