Accepting request 206599 from home:rudi_m:branches:Base:System
- enable acl support to preserve ACLs during rotation OBS-URL: https://build.opensuse.org/request/show/206599 OBS-URL: https://build.opensuse.org/package/show/Base:System/logrotate?expand=0&rev=32
This commit is contained in:
parent
6194b5c0cd
commit
a5182a2eb4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 21:57:31 UTC 2013 - sweet_f_a@gmx.de
|
||||
|
||||
- enable acl support to preserve ACLs during rotation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 20:26:51 UTC 2013 - sweet_f_a@gmx.de
|
||||
|
||||
|
@ -32,6 +32,8 @@ Patch2: logrotate-3.7.8-autoext.patch
|
||||
Patch3: logrotate-3.7.8-addextension.patch
|
||||
Patch4: logrotate-3.7.8-mess_err.patch
|
||||
Patch5: logrotate-manpage_config_clarification.patch
|
||||
BuildRequires: acl
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: popt-devel
|
||||
PreReq: %fillup_prereq
|
||||
@ -59,7 +61,9 @@ daily cron job.
|
||||
%patch5 -p1
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CC="%__cc" RPM_OPT_FLAGS="%{optflags}" WITH_SELINUX=yes
|
||||
make %{?_smp_mflags} CC="%__cc" RPM_OPT_FLAGS="%{optflags}" \
|
||||
WITH_SELINUX=yes \
|
||||
WITH_ACL=yes
|
||||
|
||||
%check
|
||||
make test
|
||||
|
Loading…
Reference in New Issue
Block a user