From 8ef6d2e4519bae07ddcecd845c90f47730e7b368 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 12:03:19 -0600 Subject: [PATCH] * Mon Feb 7 2011 Jan Kratochvil - 2.13.90-2 - Put back the assembler "workaround" - to disable the nopl instruction. --- glibc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index ce18382..6e60848 100644 --- a/glibc.spec +++ b/glibc.spec @@ -24,7 +24,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 1 +Release: 2 # 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 @@ -38,6 +38,7 @@ Source1: %{?glibc_release_url}%{glibcportsdir}.tar.xz Source2: %{glibcsrcdir}-fedora.tar.xz Patch0: %{name}-fedora.patch Patch1: %{name}-ia64-lib64.patch +Patch2: %{name}-nopl.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Obsoletes: glibc-profile < 2.4 Provides: ldconfig @@ -251,6 +252,7 @@ rm -rf %{glibcportsdir} %patch1 -p1 %endif %endif +%patch2 -p1 # A lot of programs still misuse memcpy when they have to use # memmove. The memcpy implementation below is not tolerant at @@ -1034,6 +1036,9 @@ rm -f *.filelist* %endif %changelog +* Mon Feb 7 2011 Jan Kratochvil - 2.13.90-2 +- Put back the assembler "workaround" - to disable the nopl instruction. + * Tue Jan 25 2011 Andreas Schwab - 2.13.90-1 - Update from master - Fix ordering of DSO constructors and destructors (BZ#11724)