diff --git a/macros b/macros index b1a41fc..e8287cd 100644 --- a/macros +++ b/macros @@ -92,6 +92,7 @@ %{nil} %__spec_install_post\ + %{?__debug_package:%{__debug_install_post}}\ %{__arch_install_post}\ %{__os_install_post}\ %{nil} diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index ecaba59..6e865b3 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 +Version: 8.0.1 Release: 1 License: GPL Group: Development/System @@ -27,6 +27,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Mon Sep 16 2002 Alexander Larsson +- Add debug package support to %__spec_install_post + * Tue Sep 3 2002 Bill Nottingham 8.0-1 - bump version