From fdbb98bd99b3d7d022082a3a4902c5edbf80f70a Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Apr 20 2018 17:05:38 +0000 Subject: Add %_metainfodir macro. An intervening commit added a fix to %forgeautosetup, but the specfile was not updated. I indicated the fix in the %changelog. --- diff --git a/macros.fedora-misc-srpm b/macros.fedora-misc-srpm index 0d145da..1dc5779 100644 --- a/macros.fedora-misc-srpm +++ b/macros.fedora-misc-srpm @@ -2,3 +2,7 @@ # A directory for rpm macros %rpmmacrodir /usr/lib/rpm/macros.d + +# A directory for appdata metainfo. This has changed between releases so a +# macro is useful. +%_metainfodir %{_datadir}/metainfo diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 4281954..0e2d97c 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: 106 +Version: 107 Release: 1%{?dist} # No version specified. License: GPL+ @@ -183,6 +183,10 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Fri Apr 20 2018 Jason L Tibbitts III - 107-1 +- Add %%_metainfodir macro. +- %%forgeautosetup tweak to fix patch application. + * Mon Mar 05 2018 Jason L Tibbitts III - 106-1 - Update forge macros.