[glibc/f16] Disable fix for 552960.

Jeffrey Law law at fedoraproject.org
Thu Dec 22 15:56:21 UTC 2011


commit dd8f12575cccd82ce01c45a764d8d56971723469
Author: Jeff Law <law at redhat.com>
Date:   Thu Dec 22 15:56:06 2011 +0000

    Disable fix for 552960.

 glibc.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index 8e2dae8..8436e94 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -28,7 +28,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 24%{?dist}.3
+Release: 24%{?dist}.4
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -284,7 +284,9 @@ rm -rf %{glibcportsdir}
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
-%patch13 -p1
+# Causing multiple problems in Fedora & Debian.  Disabled until issues
+# are properly diagnosed and resolved.
+#%patch13 -p1
 %patch14 -p1
 
 # A lot of programs still misuse memcpy when they have to use
@@ -1138,6 +1140,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Thu Dec 22 2011 Jeff Law <law at redhat.com> - 2.14.90-24.fc16.4
+  - Revert change for 552960, it's causing multiple problems.
+
 * Sun Dec 18 2011 Jeff Law <law at redhat.com> - 2.14.90-24.fc16.3
   - Check values from TZ file header (#767696)
   - Handle EAGAIN from FUTEX_WAIT_REQUEUE_PI (#552960)


More information about the scm-commits mailing list