about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--fedora/glibc.spec.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 5be90c6adc..8c2d7f1428 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 7
+%define glibcrelease 8
 %define auxarches i586 i686 athlon sparcv9 alphaev6
 %define prelinkarches noarch
 %define xenarches i686 athlon
@@ -103,7 +103,7 @@ Conflicts: texinfo < 3.11
 # Need AS_NEEDED directive
 Conflicts: binutils < 2.15.94.0.2-1
 Prereq: /sbin/install-info
-Obsoletes: libc-debug, libc-headers, libc-devel
+Obsoletes: libc-debug, libc-headers, libc-devel, linuxthreads-devel
 Obsoletes: glibc-debug, nptl-devel
 Prereq: %{name}-headers
 Requires: %{name}-headers = %{version}-%{release}, %{name} = %{version}-%{release}
@@ -1074,6 +1074,16 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Aug  8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-8
+- update from CVS
+  - nscd persistent database verifier (#164001)
+  - cleanup _FORTIFY_SOURCE bits/*.h headers (#165000)
+  - handle EINTR in sigwait properly
+- make sure poor man's stack guard randomization keeps first
+  byte 0 even on big-endian 32-bit arches
+- fix {elf,nptl}/tst-stackguard1
+- obsolete linuxthreads-devel in glibc-devel
+
 * Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-7
 - update from CVS
 - do some poor man's stack guard randomization even without