From 7e7bfd480c8b68bc80dccb65c08db5309650a3d7 Mon Sep 17 00:00:00 2001 From: "Vojtech Vitek (V-Teq)" Date: Wed, 26 Oct 2011 14:39:42 +0200 Subject: [PATCH] Disable obsolete glob-automount.patch The issue should have been (and is now) fixed in glibc (posix/glob.c) --- tcsh.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tcsh.spec b/tcsh.spec index d8fae87..96a586a 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -18,9 +18,6 @@ Patch9: tcsh-6.13.00-memoryuse.patch Patch11: tcsh-6.14.00-order.patch Patch12: tcsh-6.15.00-rs-color.patch Patch13: tcsh-6.17.00-mh-color.patch -# The idea is good, but the patch must be rewritten to be accepted by upstream -# (see tcsh mailing list for more information): -Patch14: tcsh-6.17.00-glob-automount.patch # Accepted by upstream: Patch15: tcsh-6.17.00-history.patch # Accepted by upstream: @@ -66,7 +63,6 @@ like syntax. %patch11 -p1 -b .order %patch12 -p1 -b .rs-color %patch13 -p1 -b .mh-color -%patch14 -p1 -b .glob-automount %patch15 -p1 -b .history %patch16 -p1 -b .printexitvalue %patch17 -p1 -b .testsuite @@ -149,6 +145,9 @@ fi %{_mandir}/man1/*.1* %changelog +- Disable obsolete glob-automount.patch; The issue should have been + (and is now) fixed in glibc (posix/glob.c) + * Thu Mar 24 2011 Vojtech Vitek (V-Teq) - 6.17-15 - Avoid infinite loop pendjob()-xprintf() when stdout is closed Resolves: #690356