- Correct glibc-common requires.

This commit is contained in:
Jesse Keating 2008-03-05 15:08:48 +00:00
parent ffc48ada46
commit 9a83731ce7
1 changed files with 5 additions and 2 deletions

View File

@ -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 <jkeating@redhat.com> - 2.7.90-9
- Correct glibc-common requires.
* Wed Mar 5 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-8
- update to trunk
- {,v}{as,d}printf and obstack_{,v}printf fortification (#435905)