This commit is contained in:
Jakub Jelinek 2006-04-26 20:23:22 +00:00
parent dd8c67b33f
commit 03f7658035

View File

@ -1,4 +1,4 @@
%define glibcrelease 1
%define glibcrelease 2
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
@ -41,7 +41,7 @@ Prereq: basesystem, libgcc
# This is for building auxiliary programs like memusage, nscd
# For initial glibc bootstraps it can be commented out
BuildPreReq: gd-devel libpng-devel zlib-devel texinfo, libselinux-devel >= 1.17.10-1
BuildPreReq: audit-libs-devel >= 1.1.3, sed >= 3.95
BuildPreReq: audit-libs-devel >= 1.1.3, sed >= 3.95, libcap-devel
%ifarch %{prelinkarches}
BuildPreReq: prelink >= 0.2.0-5
%endif
@ -1389,6 +1389,12 @@ rm -f *.filelist*
%endif
%changelog
* Wed Apr 26 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-2
- update from CVS
- fix getaddrinfo (#190002)
- add auto-propagate nscd.conf options (#177154)
- fix nscd auditing (#169148)
* Tue Apr 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-1
- update from CVS