diff --git a/macros b/macros index 7aa23e2..fb60e6c 100644 --- a/macros +++ b/macros @@ -120,3 +120,7 @@ export LANG\ # # Should unpackaged files in a build root terminate a build? %_unpackaged_files_terminate_build 1 + +%__find_provides /usr/lib/rpm/redhat/find-provides +%__find_requires /usr/lib/rpm/redhat/find-requires + diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 76c2a73..9f00fab 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.4 +Version: 8.0.5 Release: 1 License: GPL Group: Development/System @@ -27,6 +27,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Thu Nov 21 2002 Elliot Lee 8.0.5-1 +- Update macros to specify find-provides/find-requires + * Thu Oct 31 2002 Elliot Lee 8.0.4-1 - Remove tracking dependency