diff --git a/macros b/macros index cb18f2e..4cea385 100644 --- a/macros +++ b/macros @@ -82,7 +82,7 @@ %__os_install_post \ /usr/lib/rpm/redhat/brp-compress \ - /usr/lib/rpm/redhat/brp-strip %{__strip} \ + %{!?__debug_package:/usr/lib/rpm/redhat/brp-strip %{__strip}} \ /usr/lib/rpm/redhat/brp-strip-static-archive %{__strip} \ /usr/lib/rpm/redhat/brp-strip-comment-note %{__strip} %{__objdump} \ /usr/lib/rpm/brp-python-bytecompile \ diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index bc7288b..2aef6b1 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,6 +1,6 @@ Summary: Red Hat specific rpm configuration files. Name: redhat-rpm-config -Version: 8.0.38 +Version: 8.0.39 Release: 1 License: GPL Group: Development/System @@ -35,6 +35,12 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Tue Aug 16 2005 Elliot Lee - 8.0.39-1 +- Fix #165416 + +* Mon Aug 01 2005 Elliot Lee - 8.0.38-1 +- Add -Wall into cflags + * Mon Aug 01 2005 Elliot Lee - 8.0.37-1 - Patch from Uli: enable stack protector, fix sparc & ppc cflags