From a5fc6e4b820794932d28ec1f80fe155c3169761b Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Fri, 12 Aug 2016 19:00:43 -0500 Subject: [PATCH] Well that was dumb; depend on the correct package. --- redhat-rpm-config.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 2d11460..84a0711 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 43 +Version: 44 Release: 1%{?dist} # No version specified. License: GPL+ @@ -65,7 +65,7 @@ BuildArch: noarch BuildRequires: perl-generators Requires: coreutils -Requires: fedora-srpm-macros +Requires: fedora-rpm-macros Requires: fpc-srpm-macros Requires: ghc-srpm-macros Requires: gnat-srpm-macros @@ -143,6 +143,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Fri Aug 12 2016 Jason L Tibbitts III - 44-1 +- And somehow I managed to make a typo in that dependency. + * Fri Aug 12 2016 Jason L Tibbitts III - 43-1 - Add dependency on fedora-rpm-macros.