Add debug package support to %__spec_install_post
This commit is contained in:
parent
bfb314aef8
commit
61fb9e24cc
1
macros
1
macros
@ -92,6 +92,7 @@
|
||||
%{nil}
|
||||
|
||||
%__spec_install_post\
|
||||
%{?__debug_package:%{__debug_install_post}}\
|
||||
%{__arch_install_post}\
|
||||
%{__os_install_post}\
|
||||
%{nil}
|
||||
|
@ -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 <alexl@redhat.com>
|
||||
- Add debug package support to %__spec_install_post
|
||||
|
||||
* Tue Sep 3 2002 Bill Nottingham <notting@redhat.com> 8.0-1
|
||||
- bump version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user