]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Updated to fedora-glibc-20081028T1533
authorJakub Jelinek <jakub@redhat.com>
Tue, 28 Oct 2008 15:36:05 +0000 (15:36 +0000)
committerJakub Jelinek <jakub@redhat.com>
Tue, 28 Oct 2008 15:36:05 +0000 (15:36 +0000)
fedora/glibc.spec.in

index 291854f72847481ab1b8f1dd843c659680194721..12337af4040b5f3573c42afe4571d6e818f3297b 100644 (file)
@@ -172,6 +172,8 @@ If unsure if you need this, don't install this package.
 
 %if "%{_enable_debug_packages}" == "1"
 %define debug_package %{nil}
+%define __debug_install_post %{nil}
+%global __debug_package 1
 
 %package debuginfo
 Summary: Debug information for package %{name}
@@ -982,6 +984,12 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Tue Oct 28 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-15
+- update from trunk
+  - __libc_res_nquery fixes (#466786)
+- try to workaround recent rpm changes which now strip glibc
+  shared libraries when they shouldn't (#468129)
+
 * Sun Oct 19 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-14
 - update from trunk
   - fix dynamic TLS handling (#467309)