summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-04-26 20:23:22 +0000
committerJakub Jelinek <jakub@redhat.com>2006-04-26 20:23:22 +0000
commit03f76580354b024a77541221fe5760c0501b8b6e (patch)
treea9911e453b1a48d0de6827676cece9e0f5e5c463
parentdd8c67b33fb3d422afebc83c70e51e736669b0ad (diff)
-rw-r--r--fedora/glibc.spec.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index f253d2d619..d1aceae0cb 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -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