diff --git a/macros b/macros index 0b510e5..dee5784 100644 --- a/macros +++ b/macros @@ -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 diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 603f971..d140601 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.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 8.0.21-1 +- Just turn on -g unconditionally for now + * Thu Feb 13 2003 Elliot Lee 8.0.20-1 - Reorganize rpmrc/macros to set cflags in a nicer manner.