diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-07-21 17:03:28 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2010-07-21 17:03:28 +0200 |
commit | 854169edd45ac9f64274148c482a4a33b287dfe3 (patch) | |
tree | c65f6f3960e52faeaad42fc32393c21947d976cf | |
parent | fea6cc4a20c98a3abf53223c0ffaa3104b66f56c (diff) | |
download | glibc-854169edd45ac9f64274148c482a4a33b287dfe3.tar glibc-854169edd45ac9f64274148c482a4a33b287dfe3.tar.gz glibc-854169edd45ac9f64274148c482a4a33b287dfe3.tar.bz2 glibc-854169edd45ac9f64274148c482a4a33b287dfe3.zip |
Bump minimum kernel version to 2.6.32
-rw-r--r-- | fedora/glibc.spec.in | 2 |
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 |