From fa7178b4ae992c11408bfe2c6460e85b47336498 Mon Sep 17 00:00:00 2001 From: Jan Rybar Date: Mon, 7 Aug 2023 17:53:17 +0200 Subject: [PATCH] use build macros: tstellar --- polkit-pkla-compat.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/polkit-pkla-compat.spec b/polkit-pkla-compat.spec index 376141e..dff6f24 100644 --- a/polkit-pkla-compat.spec +++ b/polkit-pkla-compat.spec @@ -1,6 +1,6 @@ Name: polkit-pkla-compat Version: 0.1 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Rules for polkit to add compatibility with pklocalauthority # GPLv2-licensed ltmain.sh and Apache-licensed mocklibc are not shipped in # the binary package. @@ -26,10 +26,10 @@ of later polkit releases. %build %configure -make %{?_smp_mflags} V=1 +%make_build %install -%make_install INSTALL='install -p' +%make_install %check make check @@ -50,6 +50,10 @@ make check %dir %{_localstatedir}/lib/polkit-1/localauthority/*.d %changelog +* Mon Aug 07 2023 Jan Rybar - 0.1-26 +- use build macros, on behalf of original author Tom Stellard (tstellar) +- Pagure doesn't allow one-click rebase, AFAIK + * Mon Aug 07 2023 Lukáš Zaoral - 0.1-25 - migrate to SPDX license format