From 5fbe73ed9169cc7ea2a64d5b3c3d3b4152a7ae45 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Mon, 16 Dec 2002 18:53:55 +0000 Subject: [PATCH] 8.0.15-1 --- macros | 6 +++--- redhat-rpm-config.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/macros b/macros index 2c48c7d..9aa098b 100644 --- a/macros +++ b/macros @@ -98,14 +98,14 @@ %debug_package \ %ifnarch noarch\ %global __debug_package 1\ -%package debug\ +%package debuginfo \ Summary: Debug information for package %{name}\ Group: Development/Debug\ -%description debug\ +%description debuginfo\ This package provides debug information for package %{name}.\ Debug information is useful when developing applications that use this\ package or when debugging this package.\ -%files debug -f debugfiles.list\ +%files debuginfo -f debugfiles.list\ %defattr(-,root,root)\ %endif\ %{nil} diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 46c0c52..eb952c1 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.14 +Version: 8.0.15 Release: 1 License: GPL Group: Development/System @@ -27,6 +27,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Mon Dec 16 2002 Elliot Lee 8.0.15-1 +- Rename -debug subpackages to -debuginfo + * Sat Dec 14 2002 Tim Powers 8.0.14-1 - tweak debug package stuff so that we are overloading %%install instead of %%post