diff --git a/macros.fedora-misc-srpm b/macros.fedora-misc-srpm index 0d145da..8076f9a 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. The value in <=F27 differs from the F28+ +# value. +%_metainfodir %{_datadir}/appdata diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index d5b632c..14a7cb8 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: 77 +Version: 78 Release: 1%{?dist} # No version specified. License: GPL+ @@ -149,6 +149,10 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Fri Apr 20 2018 Jason L Tibbitts III - 78-1 +- Add %%_metainfodir macro. +- %%forgeautosetup tweak to fix patch application. + * Mon Mar 05 2018 Jason L Tibbitts III - 77-1 - Add the forge macros.