new upstream version 3.8.6
This commit is contained in:
parent
db51f01cbb
commit
803eac34fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ logrotate-3.7.9.tar.gz
|
|||||||
/logrotate-3.8.3.tar.gz
|
/logrotate-3.8.3.tar.gz
|
||||||
/logrotate-3.8.4.tar.gz
|
/logrotate-3.8.4.tar.gz
|
||||||
/logrotate-3.8.5.tar.gz
|
/logrotate-3.8.5.tar.gz
|
||||||
|
/logrotate-3.8.6.tar.gz
|
||||||
|
@ -1,13 +1,11 @@
|
|||||||
Summary: Rotates, compresses, removes and mails system log files
|
Summary: Rotates, compresses, removes and mails system log files
|
||||||
Name: logrotate
|
Name: logrotate
|
||||||
Version: 3.8.5
|
Version: 3.8.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: https://fedorahosted.org/logrotate/
|
Url: https://fedorahosted.org/logrotate/
|
||||||
Source: https://fedorahosted.org/releases/l/o/logrotate/logrotate-%{version}.tar.gz
|
Source: https://fedorahosted.org/releases/l/o/logrotate/logrotate-%{version}.tar.gz
|
||||||
# Backported from upstream, revision 432
|
|
||||||
Patch0: logrotate-3.8.4-no_logs_crash.patch
|
|
||||||
|
|
||||||
Requires: coreutils >= 5.92 popt
|
Requires: coreutils >= 5.92 popt
|
||||||
BuildRequires: libselinux-devel popt-devel libacl-devel acl
|
BuildRequires: libselinux-devel popt-devel libacl-devel acl
|
||||||
@ -27,8 +25,6 @@ log files on your system.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch0 -p0 -b .nologscrash
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" WITH_SELINUX=yes WITH_ACL=yes
|
make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" WITH_SELINUX=yes WITH_ACL=yes
|
||||||
|
|
||||||
@ -61,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/logrotate.status
|
%attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/logrotate.status
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 31 2013 Jan Kaluza <jkaluza@redhat.com> - 3.8.6-1
|
||||||
|
- new upstream version 3.8.6
|
||||||
|
|
||||||
* Wed Jul 10 2013 Jan Kaluza <jkaluza@redhat.com> - 3.8.5-2
|
* Wed Jul 10 2013 Jan Kaluza <jkaluza@redhat.com> - 3.8.5-2
|
||||||
- fix #982409 - do not crash when no logs are rotated and "sharedscripts" and
|
- fix #982409 - do not crash when no logs are rotated and "sharedscripts" and
|
||||||
"prerotate" is used
|
"prerotate" is used
|
||||||
|
Loading…
Reference in New Issue
Block a user