- Correct glibc-common requires.
This commit is contained in:
parent
ffc48ada46
commit
9a83731ce7
@ -23,7 +23,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: 2.7.90
|
Version: 2.7.90
|
||||||
Release: 8
|
Release: 9
|
||||||
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
||||||
# Things that are linked directly into dynamically linked programs
|
# Things that are linked directly into dynamically linked programs
|
||||||
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
||||||
@ -144,7 +144,7 @@ use the standard C libraries.
|
|||||||
|
|
||||||
%package common
|
%package common
|
||||||
Summary: Common binaries and locale data for glibc
|
Summary: Common binaries and locale data for glibc
|
||||||
Requires: %{name}-%{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: tzdata >= 2003a
|
Requires: tzdata >= 2003a
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
|
|
||||||
@ -980,6 +980,9 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 5 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-8
|
||||||
- update to trunk
|
- update to trunk
|
||||||
- {,v}{as,d}printf and obstack_{,v}printf fortification (#435905)
|
- {,v}{as,d}printf and obstack_{,v}printf fortification (#435905)
|
||||||
|
Loading…
Reference in New Issue
Block a user