Add %_metainfodir macro, bump release.

This commit is contained in:
Jason Tibbitts 2018-04-20 13:14:45 -05:00
parent 0f21b9ca27
commit 67e46b630d
2 changed files with 9 additions and 1 deletions

View File

@ -2,3 +2,7 @@
# A directory for rpm macros # A directory for rpm macros
%rpmmacrodir /usr/lib/rpm/macros.d %rpmmacrodir /usr/lib/rpm/macros.d
# A directory for appdata metainfo. The value in <=F27 differs from the F28+
# value.
%_metainfodir %{_datadir}/appdata

View File

@ -6,7 +6,7 @@
Summary: Red Hat specific rpm configuration files Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config Name: redhat-rpm-config
Version: 77 Version: 78
Release: 1%{?dist} Release: 1%{?dist}
# No version specified. # No version specified.
License: GPL+ License: GPL+
@ -149,6 +149,10 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov
%{_rpmconfigdir}/macros.d/macros.kmp %{_rpmconfigdir}/macros.d/macros.kmp
%changelog %changelog
* Fri Apr 20 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 78-1
- Add %%_metainfodir macro.
- %%forgeautosetup tweak to fix patch application.
* Mon Mar 05 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 77-1 * Mon Mar 05 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 77-1
- Add the forge macros. - Add the forge macros.