diff options
-rw-r--r-- | fedora/glibc.spec.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index dbc2a4ab3c..c28feb9471 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: 4 +Release: 5 # 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 @@ -1013,6 +1013,10 @@ rm -f *.filelist* %endif %changelog +* Wed Aug 19 2009 Andreas Schwab <schwab@redhat.com> - 2.10.1-5 +- Update from release/2.10/master. + - handle missing nss module for biarch systems (#512309) + * Tue Aug 4 2009 Andreas Schwab <schwab@redhat.com> - 2.10.1-4 - Reenable setuid on pt_chown. |