From 6ef664b26b25ee40e153e28134d06fd16c2223d6 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mon, 6 Dec 2010 15:53:47 +0100 Subject: [PATCH] - fix file io race condition when file was created, but still does not exist --- ksh.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ksh.spec b/ksh.spec index 637b781..2380667 100644 --- a/ksh.spec +++ b/ksh.spec @@ -6,7 +6,7 @@ URL: http://www.kornshell.com/ Group: System Environment/Shells License: CPL Version: 20101201 -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,9 @@ Patch1: ksh-20070328-builtins.patch #fix regression test suite to be usable during packagebuild - Fedora/RHEL specific Patch2: ksh-20100826-fixregr.patch +#fix file io race condition, for ksh < 20101206 +Patch3: ksh-20101201-filerace.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Conflicts: pdksh Requires: coreutils, glibc-common, diffutils @@ -40,6 +43,7 @@ with "sh" (the Bourne Shell). %setup -q -T -D -a 1 %patch1 -p1 -b .builtins %patch2 -p1 -b .fixregr +%patch3 -p1 -b .filerace #/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 +122,9 @@ fi rm -rf $RPM_BUILD_ROOT %changelog +* Mon Dec 06 2010 Michal Hlavinka - 20101201-2 +- fix file io race condition when file was created, but still does not exist + * Fri Dec 03 2010 Michal Hlavinka - 20101201-1 - ksh updated to 2010-12-01