Remove change for 787662, correct fix is in gcc.

This commit is contained in:
Jeff Law 2012-02-07 22:12:19 -07:00
parent 7472f9034f
commit b8f291fb63
1 changed files with 2 additions and 6 deletions

View File

@ -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 <law@redhat.com> - 2.15-14
- Find cpp in /usr/bin too (#767662)
* Tue Feb 7 2012 Jeff Law <law@redhat.com> - 2.15-15
- Remove change for 787662, correct fix is in gcc.
* Mon Feb 6 2012 Jeff Law <law@redhat.com> - 2.15-13
- More accurately detect if we're in a chroot (#688948)