From 61fb9e24ccaab07764010c1ab67e04ee5282b02c Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 16 Sep 2002 16:22:01 +0000 Subject: [PATCH] Add debug package support to %__spec_install_post --- macros | 1 + redhat-rpm-config.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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