From 4824deaeade7c8a73c88b6ef95d05507996ea48e Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Wed, 14 Sep 2016 08:44:10 -0500 Subject: [PATCH] Add dependency on qt5-srpm-macros. --- redhat-rpm-config.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 84a0711..458038e 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: 44 +Version: 45 Release: 1%{?dist} # No version specified. License: GPL+ @@ -73,6 +73,7 @@ Requires: go-srpm-macros Requires: ocaml-srpm-macros Requires: perl-srpm-macros Requires: python-srpm-macros +Requires: qt5-srpm-macros Requires: rpm >= 4.11.0 Requires: dwz >= 0.4 @@ -143,6 +144,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Wed Sep 14 2016 Jason L Tibbitts III - 45-1 +- Add dependency on qt5-srpm-macros. + * Fri Aug 12 2016 Jason L Tibbitts III - 44-1 - And somehow I managed to make a typo in that dependency.