From 3a4ec69bee56c84c0b7cfcb0d66983c2ed18fc00 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Thu, 20 Feb 2020 16:56:42 -0600 Subject: [PATCH] Add dependency on fonts-srpm-macros. The font guidelines overhaul was approved by FPC, so bring the macros into the buildroot. https://pagure.io/packaging-committee/issue/935 --- 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 f037779..0ee1abc 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: 152 +Version: 153 Release: 1%{?dist} # No version specified. License: GPL+ @@ -93,6 +93,7 @@ Requires: coreutils Requires: efi-srpm-macros Requires: fpc-srpm-macros +Requires: fonts-srpm-macros Requires: ghc-srpm-macros Requires: gnat-srpm-macros Requires: go-srpm-macros @@ -208,6 +209,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Thu Feb 20 2020 Jason L Tibbitts III - 153-1 +- Add dependency on fonts-srpm-macros, as those have now been approved by FPC. + * Thu Feb 20 2020 Jeff Law - 152-1 - Use eu-elfclassify to only run strip on ELF relocatables and archive libraries.