diff --git a/macros.fedora-misc b/macros.fedora-misc index 467a2fd..df96ba5 100644 --- a/macros.fedora-misc +++ b/macros.fedora-misc @@ -50,12 +50,12 @@ local signature = rpm.expand("%{-s*}") local data = rpm.expand("%{-d*}") print(script) if keyring ~= "" then - print(rpm.expand("--keyring '%{SOURCE" .. keyring .. "}' ")) + print(rpm.expand("--keyring='%{SOURCE" .. keyring .. "}' ")) end if signature ~= "" then - print(rpm.expand("--signature '%{SOURCE" .. signature .. "}' ")) + print(rpm.expand("--signature='%{SOURCE" .. signature .. "}' ")) end if data ~= "" then - print(rpm.expand("--data '%{SOURCE" .. data .. "}' ")) + print(rpm.expand("--data='%{SOURCE" .. data .. "}' ")) end } diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index b466050..7d46fc6 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,8 +6,8 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 141 -Release: 2%{?dist} +Version: 142 +Release: 1%{?dist} # No version specified. License: GPL+ URL: https://src.fedoraproject.org/rpms/redhat-rpm-config @@ -207,8 +207,11 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Fri Nov 01 2019 Miro HronĨok - 142-1 +- Fix the simple API of %%gpgverify. + * Thu Aug 22 2019 Jason L Tibbitts III - 141-2 -- Simplify the API if %%gpgverify. +- Simplify the API of %%gpgverify. * Thu Jul 25 2019 Richard W.M. Jones - 140-2 - Bump version and rebuild.