From 393fc46f1ddffff357ccd1872d0252691c861122 Mon Sep 17 00:00:00 2001 From: Jon Masters Date: Thu, 15 Jun 2006 17:39:35 +0000 Subject: [PATCH] Fix a bug I introduced in find-provides/find-requires. Will later add better support for determining the name of the package in those scripts. --- redhat-rpm-config.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index a96c9d1..5c04b33 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.42 +Version: 8.0.43 Release: 1 License: GPL Group: Development/System @@ -35,6 +35,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Thu Jun 15 2006 Jon Masters - 8.0.43-1 +- Workaround bug in find-requires/find-provides for kmods. + * Thu Jun 15 2006 Jon Masters - 8.0.42-1 - Fix a typo in KMP find-requires.