From 1d5cf318ebd7a0fb941e4ad3e6bd41d674060b61 Mon Sep 17 00:00:00 2001 From: modric Date: Fri, 11 Nov 2022 09:56:19 +0000 Subject: [PATCH] remake even configure scripts and configuration headers that are newer than their input files Signed-off-by: modric --- polkit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/polkit.spec b/polkit.spec index 5a2c6a9..5fbf4a8 100644 --- a/polkit.spec +++ b/polkit.spec @@ -1,6 +1,6 @@ Name: polkit Version: 0.120 -Release: 6 +Release: 7 Summary: Define and Handle authorizations tool License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/polkit @@ -54,7 +54,7 @@ Development files for polkit. %autosetup -n %{name}-%{version} -p1 %build -autoreconf -i +autoreconf -fi export CFLAGS='-fPIC %optflags' export LDFLAGS='-pie -Wl,-z,now -Wl,-z,relro' %configure --enable-gtk-doc \ @@ -129,6 +129,9 @@ exit 0 %{_datadir}/man/man8/* %changelog +* Fri Nov 11 2022 wangyu - 0.120-7 +- remake even configure scripts and configuration headers that are newer than their input files + * Mon Oct 17 2022 wangyu - 0.120-6 - delete the expired polkit-pkla-compat -- Gitee