diff --git a/glibc.spec b/glibc.spec index fc1d399..4be32e4 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ %define glibcsrcdir glibc-2.17-931-g30bbc0c %define glibcversion 2.17.90 -%define glibcrelease 9%{?dist} +%define glibcrelease 10%{?dist} ############################################################################## # If run_glibc_tests is zero then tests are not run for the build. # You must always set run_glibc_tests to one for production builds. @@ -1535,6 +1535,9 @@ rm -f *.filelist* %endif %changelog +* Mon Jul 29 2013 Carlos O'Donell - 2.17.90-10 +- Fix missing libbsd.a in debuginfo packages. + * Mon Jul 29 2013 Siddhesh Poyarekar - 2.17.90-9 - Fix strcoll flaws (#855399, CVE-2012-4412, CVE-2012-4424).