about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-07-21 17:03:28 +0200
committerAndreas Schwab <schwab@redhat.com>2010-07-21 17:03:28 +0200
commit854169edd45ac9f64274148c482a4a33b287dfe3 (patch)
treec65f6f3960e52faeaad42fc32393c21947d976cf
parentfea6cc4a20c98a3abf53223c0ffaa3104b66f56c (diff)
downloadglibc-854169edd45ac9f64274148c482a4a33b287dfe3.tar.gz
glibc-854169edd45ac9f64274148c482a4a33b287dfe3.tar.xz
glibc-854169edd45ac9f64274148c482a4a33b287dfe3.zip
Bump minimum kernel version to 2.6.32
-rw-r--r--fedora/glibc.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index d7cbfa5e4c..6002868042 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -50,7 +50,7 @@ BuildRequires: /bin/ps, /bin/kill, /bin/awk
 # This is to ensure that __frame_state_for is exported by glibc
 # will be compatible with egcs 1.x.y
 BuildRequires: gcc >= 3.2
-%define enablekernel 2.6.18
+%define enablekernel 2.6.32
 %ifarch i386
 %define nptl_target_cpu i486
 %else