From b8f291fb635170315b4d151f9ae1b941dea08287 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 7 Feb 2012 22:12:19 -0700 Subject: [PATCH] Remove change for 787662, correct fix is in gcc. --- glibc.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/glibc.spec b/glibc.spec index 5978117..5fe14bd 100644 --- a/glibc.spec +++ b/glibc.spec @@ -78,9 +78,6 @@ Patch21: %{name}-rh770869.patch Patch22: %{name}-rh691912.patch # Not necessary to send upstream Patch23: %{name}-rh688948.patch -# Given the upstream attitude towards rpc stuff, this will -# almost certainly be rejected. -Patch24: %{name}-rh787662.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -323,7 +320,6 @@ rm -rf %{glibcportsdir} %patch21 -p1 %patch22 -p1 %patch23 -p1 -%patch24 -p1 # A lot of programs still misuse memcpy when they have to use # memmove. The memcpy implementation below is not tolerant at @@ -1176,8 +1172,8 @@ rm -f *.filelist* %endif %changelog -* Tue Feb 7 2012 Jeff Law - 2.15-14 - - Find cpp in /usr/bin too (#767662) +* Tue Feb 7 2012 Jeff Law - 2.15-15 + - Remove change for 787662, correct fix is in gcc. * Mon Feb 6 2012 Jeff Law - 2.15-13 - More accurately detect if we're in a chroot (#688948)