Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
-Release: 12
+Release: 13
# 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
%triggerin common -p /usr/sbin/tzdata-update -- tzdata
%post devel
-/sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir || :
+/sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir > /dev/null 2>&1 || :
%pre headers
# this used to be a link and it is causing nightmares now
%preun devel
if [ "$1" = 0 ]; then
- /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir || :
+ /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir > /dev/null 2>&1 || :
fi
%post utils -p /sbin/ldconfig
%endif
%changelog
+* Mon Aug 10 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-13
+- Update from master.
+ - fix rehashing of unique symbols (#515677)
+- Fix spurious messages with --excludedocs (#515948)
+
* Mon Aug 3 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-12
- Update from master.
- fix fortify failure with longjmp from alternate stack (#512103)