From f26799b9329041650bc67baf0099e69c6c7fb8c86d17ad60e47d54e8b1d18c2a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 30 Jun 2011 11:28:39 +0000 Subject: [PATCH] Accepting request 74884 from home:a_jaeger:branches:openSUSE:Factory Back to kernel 2.6.16 as minimal kernel version. OBS-URL: https://build.opensuse.org/request/show/74884 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=72 --- glibc.changes | 8 ++++++-- glibc.spec | 8 +++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/glibc.changes b/glibc.changes index eb0d1c0..5bb83c1 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,8 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 30 11:22:02 UTC 2011 - aj@suse.de + +- Back to kernel 2.6.16 as minimal kernel version. + ------------------------------------------------------------------- Tue Jun 28 12:30:34 UTC 2011 - aj@suse.de -- Only apply glibc-2.10.99-ia64-include.diff on SLE but not on - openSUSE. +- Only apply glibc-statfs64-ia64.diff on SLE but not on openSUSE. ------------------------------------------------------------------- Mon Jun 27 12:19:47 UTC 2011 - aj@suse.de diff --git a/glibc.spec b/glibc.spec index b48e68a..eb40028 100644 --- a/glibc.spec +++ b/glibc.spec @@ -52,11 +52,9 @@ BuildRequires: libstdc++-devel %define powerpc_optimize_cpu_power7 0 %define powerpc_optimize_cpu_cell 0 %endif # ppc, ppc64 -%ifarch %ix86 x86_64 -%define enablekernel 2.6.32 -%else -%define enablekernel 2.6.5 -%endif +# 2.6.16 is the SLES 10 kernel, use this as oldest supported kernel +# since many SUSE build machines have it +%define enablekernel 2.6.16 %ifarch ppc ppc64 # On PowerPC we got a memory corruption during building, disabling # exp_malloc fixed it. Disable it until we have found and fixed the