summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-01-09 21:55:11 +0000
committerJakub Jelinek <jakub@redhat.com>2006-01-09 21:55:11 +0000
commit06f313e361a523605ba6d4c9cdc67a7353cd367c (patch)
tree007c600599bb65c7a685423c611977f6e4eb26e6 /fedora
parentbd09caaa27e6c4613afc4a91a70f09babca1aef2 (diff)
Updated to fedora-glibc-20060109T2152cvs/fedora-glibc-2_3_90-30
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in17
2 files changed, 16 insertions, 5 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index eca618c0c3..422e153c10 100644
--- a/fedora/branch.mk
+++ b/fedora/branch.mk
@@ -3,5 +3,5 @@ glibc-branch := fedora
glibc-base := HEAD
DIST_BRANCH := devel
COLLECTION := dist-fc4
-fedora-sync-date := 2006-01-06 21:48 UTC
-fedora-sync-tag := fedora-glibc-20060106T2148
+fedora-sync-date := 2006-01-09 21:52 UTC
+fedora-sync-tag := fedora-glibc-20060109T2152
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 10f39c4593..a3660edbef 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 29
+%define glibcrelease 30
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
@@ -42,7 +42,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: sed >= 3.95
+BuildPreReq: audit-libs-devel >= 1.1.3, sed >= 3.95
%ifarch %{prelinkarches}
BuildPreReq: prelink >= 0.2.0-5
%endif
@@ -166,7 +166,7 @@ libraries, as well as national language (locale) support.
Summary: A Name Service Caching Daemon (nscd).
Group: System Environment/Daemons
Conflicts: kernel < 2.2.0
-Requires: libselinux >= 1.17.10-1
+Requires: libselinux >= 1.17.10-1, audit-libs >= 1.1.3
Conflicts: selinux-policy-targeted < 1.17.30-2.2
Prereq: /sbin/chkconfig, /usr/sbin/useradd, /usr/sbin/userdel, sh-utils
Autoreq: true
@@ -408,6 +408,11 @@ cat > override_headers/asm/unistd.h <<EOF
#ifndef __NR_waitid
#define __NR_waitid 279
#endif
+#ifndef __NR_stat64
+#define __NR_fstat64 63
+#define __NR_lstat64 132
+#define __NR_stat64 139
+#endif
%endif
%ifarch x86_64
#ifndef __NR_mq_open
@@ -1128,6 +1133,12 @@ rm -f *.filelist*
%endif
%changelog
+* Mon Jan 9 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-30
+- update from CVS
+ - <pthread.h> initializer fixes for -std=c{8,9}9 on 32-bit
+ arches
+ -
+
* Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-29
- update from CVS
- make pthread_mutex_t an unnamed union again, as it affects