diff --git a/macros.fedora-misc-srpm b/macros.fedora-misc-srpm index 1dc5779..98aa6c2 100644 --- a/macros.fedora-misc-srpm +++ b/macros.fedora-misc-srpm @@ -6,3 +6,6 @@ # A directory for appdata metainfo. This has changed between releases so a # macro is useful. %_metainfodir %{_datadir}/metainfo + +# A directory for SWID tag files describing the installation +%_swidtagdir %{_prefix}/lib/swidtag/fedoraproject.org diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index a2c9132..b104b91 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: 120 +Version: 121 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 +* Thu Oct 11 2018 Jan Pazdziora - 121-1 +- Add %_swidtagdir for directory for SWID tag files describing the + installation. + * Mon Sep 10 2018 Miro HronĨok - 120-1 - Make ambiguous python shebangs error https://fedoraproject.org/wiki/Changes/Make_ambiguous_python_shebangs_error