From 648f695c4edbf655f8af87df4921be41792af534 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 06:27:38 +0100 Subject: [PATCH] automatic version update by autodist [release 3.10.0-1mamba;Thu Oct 13 2016] --- logrotate.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/logrotate.spec b/logrotate.spec index 984096d..751756a 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,5 +1,5 @@ Name: logrotate -Version: 3.9.2 +Version: 3.10.0 Release: 1mamba Summary: Rotates, compresses, removes and mails system log files Group: System/Tools @@ -34,11 +34,17 @@ Install the logrotate package if you need a utility to deal with the log files o %setup -q %build -%make WITH_SELINUX=yes CC=%{_host}-gcc +./autogen.sh + +%configure \ + --with-selinux + +%make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -make install PREFIX=%{buildroot} MANDIR=%{_mandir} +%makeinstall +#PREFIX=%{buildroot} MANDIR=%{_mandir} install -D -m 644 %{S:1} %{buildroot}%{_sysconfdir}/logrotate.conf #install -D -m 755 %{S:2} %{buildroot}%{_sysconfdir}/cron.daily/logrotate @@ -84,6 +90,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %{_mandir}/man8/* %changelog +* Thu Oct 13 2016 Automatic Build System 3.10.0-1mamba +- automatic version update by autodist + * Fri May 20 2016 Silvan Calarco 3.9.2-1mamba - update to 3.9.2