8.0.15-1
This commit is contained in:
parent
1640cd5cac
commit
5fbe73ed91
6
macros
6
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}
|
||||
|
@ -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 <sopwith@redhat.com> 8.0.15-1
|
||||
- Rename -debug subpackages to -debuginfo
|
||||
|
||||
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 8.0.14-1
|
||||
- tweak debug package stuff so that we are overloading %%install
|
||||
instead of %%post
|
||||
|
Loading…
Reference in New Issue
Block a user