automatic version update by autodist [release 3.10.0-1mamba;Thu Oct 13 2016]
This commit is contained in:
parent
b794e0da33
commit
648f695c4e
@ -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 <autodist@mambasoft.it> 3.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.9.2-1mamba
|
||||
- update to 3.9.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user