Hello community,

here is the log from the commit of package audit for openSUSE:12.3 checked in 
at 2013-01-31 14:41:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3/audit (Old)
 and      /work/SRC/openSUSE:12.3/.audit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audit", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.3/audit/audit.changes 2013-01-31 01:12:35.000000000 
+0100
+++ /work/SRC/openSUSE:12.3/.audit.new/audit.changes    2013-01-31 
14:41:56.000000000 +0100
@@ -1,0 +2,28 @@
+Wed Jan 30 23:19:33 UTC 2013 - [email protected]
+
+- remove old tarball and update -secondary spec 
+
+-------------------------------------------------------------------
+Wed Jan 30 23:12:19 UTC 2013 - [email protected]
+
+- Audit 2.2.2 , the purpose of this update is too add compatibility
+ with systemd for 12.3
+- In auditd, tcp_max_per_addr was allowing 1 more connection than specified
+- In ausearch, fix matching of object records
+- Auditctl was returning -1 when listing rules filtered on a key field
+- Add interpretations for CAP_BLOCK_SUSPEND and CAP_COMPROMISE_KERNEL
+- Add armv5tejl, armv5tel, armv6l and armv7l machine types (Nathaniel Husted) 
+- Updates for the 3.6 kernel
+- Add auparse_feed_has_data function to libauparse
+- Update audisp-prelude to use auparse_feed_has_data
+- Add support to conditionally build auditd network listener (Tyler Hicks)
+- In auditd, reset a flag after receiving USR1 signal info when rotating logs
+- Add optional systemd init script support
+- Add support for SECCOMP event type
+- Don't interpret aN_len field in EXECVE records (#869555)
+- In audisp-remote, do better job of draining queue
+- Fix capability parsing in ausearch/auparse
+- Interpret BPRM_FCAPS capability fields
+- Add ANOM_LINK event type
+
+-------------------------------------------------------------------

Old:
----
  audit-2.2.1.tar.gz

New:
----
  audit-2.2.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ audit-secondary.spec ++++++
--- /var/tmp/diff_new_pack.tWWD4A/_old  2013-01-31 14:41:56.000000000 +0100
+++ /var/tmp/diff_new_pack.tWWD4A/_new  2013-01-31 14:41:56.000000000 +0100
@@ -27,7 +27,7 @@
 Summary:        Python Bindings for libaudit
 License:        GPL-2.0+
 Group:          System/Monitoring
-Version:        2.2.1
+Version:        2.2.2
 Release:        0
 Url:            http://people.redhat.com/sgrubb/audit/
 Source0:        
http://people.redhat.com/sgrubb/audit/%{_name}-%{version}.tar.gz

++++++ audit.spec ++++++
--- /var/tmp/diff_new_pack.tWWD4A/_old  2013-01-31 14:41:56.000000000 +0100
+++ /var/tmp/diff_new_pack.tWWD4A/_new  2013-01-31 14:41:56.000000000 +0100
@@ -20,7 +20,7 @@
 Summary:        User Space Tools for 2.6 Kernel Auditing
 License:        GPL-2.0+
 Group:          System/Monitoring
-Version:        2.2.1
+Version:        2.2.2
 Release:        0
 Url:            http://people.redhat.com/sgrubb/audit/
 Source0:        http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
@@ -36,6 +36,7 @@
 BuildRequires:  kernel-headers >= 2.6.29
 BuildRequires:  libtool
 BuildRequires:  tcpd-devel
+BuildRequires:  pkgconfig(systemd)
 Requires:       %{name}-libs = %{version}
 PreReq:         %insserv_prereq %fillup_prereq
 
@@ -87,7 +88,7 @@
 export CXXFLAGS="$CFLAGS"
 export LDFLAGS="-Wl,-z,relro,-z,now"
 # no krb support (omit --enable-gssapi-krb5=yes), see audit-no-gss.patch
-%configure --libexecdir=%{_prefix}/lib/%{name} \
+%configure --enable-systemd --libexecdir=%{_prefix}/lib/%{name} \
           --with-apparmor --with-libwrap --with-libcap-ng=yes \
           --disable-static --with-pic --without-python
 %{__make} %{?_smp_mflags}
@@ -151,13 +152,19 @@
    mv /etc/audit/audit.rules /etc/audit/audit.rules.new
    mv /etc/audit.rules /etc/audit/audit.rules
 fi
+%service_add_post auditd.service
+
+%pre
+%service_add_pre auditd.service
 
 %preun
 %stop_on_removal auditd
+%service_del_preun auditd.service
 
 %postun
 %restart_on_update auditd
 %{insserv_cleanup}
+%service_del_postun auditd.service
 
 %files -n libaudit1
 %defattr(-,root,root)
@@ -229,5 +236,6 @@
 %ghost %config(noreplace) /var/log/audit/audit.log
 %dir %attr(700,root,root) /var/spool/audit
 %attr(755,root,root) /usr/bin/ausyscall
+%{_unitdir}/auditd.service
 
 %changelog

++++++ audit-2.2.1.tar.gz -> audit-2.2.2.tar.gz ++++++
++++ 19486 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to