This commit is contained in:
Elliot Lee 2003-02-24 18:39:29 +00:00
parent e7eb34f089
commit ae8ce229ab
2 changed files with 5 additions and 2 deletions

2
macros
View File

@ -148,4 +148,4 @@ export LANG\
%__find_provides /usr/lib/rpm/redhat/find-provides
%__find_requires /usr/lib/rpm/redhat/find-requires
%__global_cflags -O2 %{?__debug_package:-g} -pipe
%__global_cflags -O2 -g -pipe

View File

@ -1,6 +1,6 @@
Summary: Red Hat specific rpm configuration files.
Name: redhat-rpm-config
Version: 8.0.20
Version: 8.0.21
Release: 1
License: GPL
Group: Development/System
@ -28,6 +28,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_prefix}/lib/rpm/redhat
%changelog
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 8.0.21-1
- Just turn on -g unconditionally for now
* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 8.0.20-1
- Reorganize rpmrc/macros to set cflags in a nicer manner.