8.0.15-1
This commit is contained in:
parent
1640cd5cac
commit
5fbe73ed91
6
macros
6
macros
@ -98,14 +98,14 @@
|
|||||||
%debug_package \
|
%debug_package \
|
||||||
%ifnarch noarch\
|
%ifnarch noarch\
|
||||||
%global __debug_package 1\
|
%global __debug_package 1\
|
||||||
%package debug\
|
%package debuginfo \
|
||||||
Summary: Debug information for package %{name}\
|
Summary: Debug information for package %{name}\
|
||||||
Group: Development/Debug\
|
Group: Development/Debug\
|
||||||
%description debug\
|
%description debuginfo\
|
||||||
This package provides debug information for package %{name}.\
|
This package provides debug information for package %{name}.\
|
||||||
Debug information is useful when developing applications that use this\
|
Debug information is useful when developing applications that use this\
|
||||||
package or when debugging this package.\
|
package or when debugging this package.\
|
||||||
%files debug -f debugfiles.list\
|
%files debuginfo -f debugfiles.list\
|
||||||
%defattr(-,root,root)\
|
%defattr(-,root,root)\
|
||||||
%endif\
|
%endif\
|
||||||
%{nil}
|
%{nil}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Red Hat specific rpm configuration files.
|
Summary: Red Hat specific rpm configuration files.
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 8.0.14
|
Version: 8.0.15
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
@ -27,6 +27,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_prefix}/lib/rpm/redhat
|
%{_prefix}/lib/rpm/redhat
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 8.0.14-1
|
||||||
- tweak debug package stuff so that we are overloading %%install
|
- tweak debug package stuff so that we are overloading %%install
|
||||||
instead of %%post
|
instead of %%post
|
||||||
|
Loading…
Reference in New Issue
Block a user