summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-10-28 15:36:05 +0000
committerJakub Jelinek <jakub@redhat.com>2008-10-28 15:36:05 +0000
commit911b70e7193256a61ee2e1c827543fc08c2ede1e (patch)
tree296cf98d3046a3dcfc1257c4aa6813705d1ee1fc
parent6d8225fe1a3277273c245ceb1b35fd536300f649 (diff)
Updated to fedora-glibc-20081028T1533
-rw-r--r--fedora/glibc.spec.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 291854f728..12337af404 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -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)