summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-11-16 09:37:16 +0000
committerJakub Jelinek <jakub@redhat.com>2004-11-16 09:37:16 +0000
commit1b7007d267c8d84cb6a1a4ac71cff32a92c1fc01 (patch)
tree48f411a16bdcb02b9272845556fe5825e50197e9
parent1c1465a4f7e7af0a5c5b512adf82af8174071431 (diff)
-rw-r--r--fedora/glibc.spec.in13
1 files changed, 9 insertions, 4 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index e5b23d0b12..741502e48f 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 78
+%define glibcrelease 79
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -1188,8 +1188,6 @@ rm -f *.filelist*
%verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf
%dir /etc/ld.so.conf.d
%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache
-%dir %attr(755,root,root) /etc/default
-%verify(not md5 size mtime) %config(noreplace) /etc/default/nss
%doc README NEWS INSTALL FAQ BUGS NOTES PROJECTS CONFORMANCE
%doc COPYING COPYING.LIB README.libm LICENSES
%doc hesiod/README.hesiod
@@ -1198,6 +1196,8 @@ rm -f *.filelist*
%files -f common.filelist common
%defattr(-,root,root)
%attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive
+%dir %attr(755,root,root) /etc/default
+%verify(not md5 size mtime) %config(noreplace) /etc/default/nss
%doc documentation/*
%files -f devel.filelist devel
@@ -1256,11 +1256,16 @@ rm -f *.filelist*
%endif
%changelog
+* Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-79
+- update from CVS
+- fix free () checking
+- move /etc/default/nss into glibc-common (hopefully fix #132392)
+
* Mon Nov 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-78
- update from CVS
- fix LD_DEBUG=statistics
- issue error message before aborting in __chk_fail ()
- - some more free () checking
+- some more free () checking
* Fri Nov 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-77
- update from CVS