Disable obsolete glob-automount.patch

The issue should have been (and is now) fixed in glibc (posix/glob.c)
This commit is contained in:
Vojtech Vitek (V-Teq) 2011-10-26 14:39:42 +02:00
parent bf28f31fc5
commit 7e7bfd480c

View File

@ -18,9 +18,6 @@ Patch9: tcsh-6.13.00-memoryuse.patch
Patch11: tcsh-6.14.00-order.patch Patch11: tcsh-6.14.00-order.patch
Patch12: tcsh-6.15.00-rs-color.patch Patch12: tcsh-6.15.00-rs-color.patch
Patch13: tcsh-6.17.00-mh-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: # Accepted by upstream:
Patch15: tcsh-6.17.00-history.patch Patch15: tcsh-6.17.00-history.patch
# Accepted by upstream: # Accepted by upstream:
@ -66,7 +63,6 @@ like syntax.
%patch11 -p1 -b .order %patch11 -p1 -b .order
%patch12 -p1 -b .rs-color %patch12 -p1 -b .rs-color
%patch13 -p1 -b .mh-color %patch13 -p1 -b .mh-color
%patch14 -p1 -b .glob-automount
%patch15 -p1 -b .history %patch15 -p1 -b .history
%patch16 -p1 -b .printexitvalue %patch16 -p1 -b .printexitvalue
%patch17 -p1 -b .testsuite %patch17 -p1 -b .testsuite
@ -149,6 +145,9 @@ fi
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%changelog %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) <vvitek@redhat.com> - 6.17-15 * Thu Mar 24 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-15
- Avoid infinite loop pendjob()-xprintf() when stdout is closed - Avoid infinite loop pendjob()-xprintf() when stdout is closed
Resolves: #690356 Resolves: #690356