diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-07-21 17:03:41 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2010-07-21 17:03:41 +0200 |
commit | 9da0dd7c81b1cedd383e0eba09c9452d2874f862 (patch) | |
tree | e0667417c5f8a5d239d3516b123856c6b1bcd0fb | |
parent | 854169edd45ac9f64274148c482a4a33b287dfe3 (diff) |
2.12.90-6fedora/glibc-2.12.90-6
-rw-r--r-- | fedora/glibc.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 6002868042..447d9caa99 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -20,7 +20,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 5 +Release: 6 # 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 @@ -1031,6 +1031,9 @@ rm -f *.filelist* %endif %changelog +* Wed Jul 21 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-6 +- Bump minimum kernel version to 2.6.32 + * Mon Jul 12 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-5 - Update from master - Don't pass NULL occation to dl_signal_cerror |