Hello community, here is the log from the commit of package logrotate for openSUSE:Factory checked in at 2013-11-14 10:40:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/logrotate (Old) and /work/SRC/openSUSE:Factory/.logrotate.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "logrotate" Changes: -------- --- /work/SRC/openSUSE:Factory/logrotate/logrotate.changes 2013-11-12 09:50:41.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.logrotate.new/logrotate.changes 2013-11-14 10:40:31.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Nov 7 21:57:31 UTC 2013 - [email protected] + +- enable acl support to preserve ACLs during rotation + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ logrotate.spec ++++++ --- /var/tmp/diff_new_pack.dZ11I3/_old 2013-11-14 10:40:32.000000000 +0100 +++ /var/tmp/diff_new_pack.dZ11I3/_new 2013-11-14 10:40:32.000000000 +0100 @@ -32,6 +32,8 @@ 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 @@ %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 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
