diff --git a/glibc.spec b/glibc.spec index f58ca3c..f9eb608 100644 --- a/glibc.spec +++ b/glibc.spec @@ -23,7 +23,7 @@ Summary: The GNU libc libraries Name: glibc Version: 2.7.90 -Release: 8 +Release: 9 # 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 @@ -144,7 +144,7 @@ use the standard C libraries. %package common Summary: Common binaries and locale data for glibc -Requires: %{name}-%{version}-%{release} +Requires: %{name} = %{version}-%{release} Requires: tzdata >= 2003a Group: System Environment/Base @@ -980,6 +980,9 @@ rm -f *.filelist* %endif %changelog +* Wed Mar 05 2008 Jesse Keating - 2.7.90-9 +- Correct glibc-common requires. + * Wed Mar 5 2008 Jakub Jelinek 2.7.90-8 - update to trunk - {,v}{as,d}printf and obstack_{,v}printf fortification (#435905)