fix #709034 - work properly when ACLs are not supported
This commit is contained in:
parent
84316e3686
commit
29f6dc636e
@ -1,7 +1,7 @@
|
||||
Summary: Rotates, compresses, removes and mails system log files
|
||||
Name: logrotate
|
||||
Version: 3.7.9
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
License: GPL+
|
||||
Group: System Environment/Base
|
||||
Url: https://fedorahosted.org/logrotate/
|
||||
@ -16,6 +16,7 @@ Patch7: logrotate-3.7.9-shred.patch
|
||||
Patch8: logrotate-3.7.9-statefile.patch
|
||||
Patch9: logrotate-3.7.9-atomic-create.patch
|
||||
Patch10: logrotate-3.7.9-address-parsing.patch
|
||||
Patch11: logrotate-3.7.9-support-no-acls.patch
|
||||
|
||||
Requires: coreutils >= 5.92 libsepol libselinux popt libacl
|
||||
BuildRequires: libselinux-devel popt-devel libacl-devel
|
||||
@ -44,6 +45,7 @@ log files on your system.
|
||||
%patch8
|
||||
%patch9 -p1
|
||||
%patch10
|
||||
%patch11
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" WITH_SELINUX=yes WITH_ACL=yes
|
||||
@ -74,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/logrotate.status
|
||||
|
||||
%changelog
|
||||
* Tue May 31 2011 Jan Kaluza <jkaluza@redhat.com> 3.7.9-11
|
||||
- fix #709034 - work properly when ACLs are not supported
|
||||
|
||||
* Mon May 30 2011 Jan Kaluza <jkaluza@redhat.com> 3.7.9-10
|
||||
- fix #708367 - fixed mail directive parsing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user