From 0f2a812c979ab74ead20a87681f609fd0599565a129bf43200c8c4e847ee4604 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 3 Jun 2011 08:43:39 +0000 Subject: [PATCH] Accepting request 72564 from home:a_jaeger:branches:openSUSE:Factory Use 2.6.5 as oldest supported kernel on all archs besides x86 and x86-64 (reverting partially a change). OBS-URL: https://build.opensuse.org/request/show/72564 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=56 --- glibc.changes | 8 +++++++- glibc.spec | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/glibc.changes b/glibc.changes index bd2b371..ac46391 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 3 08:40:55 UTC 2011 - aj@suse.de + +- Use 2.6.5 as oldest supported kernel on all archs besides x86 and + x86-64 (reverting partially a change). + ------------------------------------------------------------------- Fri May 27 11:55:35 UTC 2011 - aj@suse.de @@ -22,7 +28,7 @@ Thu May 26 07:53:51 UTC 2011 - aj@suse.de ------------------------------------------------------------------- Wed May 25 15:28:37 UTC 2011 - aj@suse.de -- Run on kernel 2.6.32 or older only - and optimize thus. +- Run on kernel 2.6.32 or newer only - and optimize thus. - Enable malloc implementation that is be less memory efficient but higher performing in multi-threaded programs. - Use --enable-bind-now to avoid lazy binding in ld.so diff --git a/glibc.spec b/glibc.spec index 98e3db6..514d0a3 100644 --- a/glibc.spec +++ b/glibc.spec @@ -52,7 +52,11 @@ BuildRequires: libselinux-devel License: GPLv2+ Summary: Standard Shared Libraries (from the GNU C Library) Group: System/Libraries +%ifarch %ix86 x86_64 %define enablekernel 2.6.32 +%else +%define enablekernel 2.6.5 +%endif Conflicts: kernel < %{enablekernel} %define exp_malloc 1 Obsoletes: ngpt < 2.2.2 ngpt-devel < 2.2.2