]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.4.90-2 cvs/fedora-glibc-2_4_90-2
authorJakub Jelinek <jakub@redhat.com>
Wed, 26 Apr 2006 20:23:22 +0000 (20:23 +0000)
committerJakub Jelinek <jakub@redhat.com>
Wed, 26 Apr 2006 20:23:22 +0000 (20:23 +0000)
fedora/glibc.spec.in

index f253d2d61987ce748868a9aa793c25057ae962a5..d1aceae0cb01dd471787d50a60a326be6dbc2178 100644 (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