Hello community,

here is the log from the commit of package audit for openSUSE:Factory checked 
in at 2017-07-24 12:29:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audit (Old)
 and      /work/SRC/openSUSE:Factory/.audit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audit"

Mon Jul 24 12:29:14 2017 rev:81 rq:511711 version:2.7.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/audit/audit-secondary.changes    2016-04-11 
10:27:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.audit.new/audit-secondary.changes       
2017-07-24 12:29:17.799991670 +0200
@@ -1,0 +2,11 @@
+Tue Jul 18 18:33:40 UTC 2017 - [email protected]
+
+- Update to version 2.7.7. See audit.spec (libaudit1) for upstream
+  changelog
+  Since commit 6cf57d27 (2.7.4) audit is now started as an non-forking 
+  service (bsc#1042781).
+  Add config: audit-stop.rules
+  Refresh patch: audit-allow-manual-stop.patch
+  Refresh patch: audit-no-gss.patch 
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/audit/audit.changes      2016-04-11 
10:27:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.audit.new/audit.changes 2017-07-24 
12:29:17.919974739 +0200
@@ -1,0 +2,6 @@
+Tue Jul 18 18:32:56 UTC 2017 - [email protected]
+
+- Update to version 2.7.7 release
+  Changelog: https://people.redhat.com/sgrubb/audit/ChangeLog
+
+-------------------------------------------------------------------

Old:
----
  audit-2.5.tar.gz

New:
----
  audit-2.7.7.tar.gz

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

Other differences:
------------------
++++++ audit-secondary.spec ++++++
--- /var/tmp/diff_new_pack.bWM0Xs/_old  2017-07-24 12:29:19.219791326 +0200
+++ /var/tmp/diff_new_pack.bWM0Xs/_new  2017-07-24 12:29:19.219791326 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package audit-secondary
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 # The seperation is required to minimize unnecessary build cycles.
 %define        _name audit
 Name:           audit-secondary
-Version:        2.5
+Version:        2.7.7
 Release:        0
 Summary:        Secondary packages for audit
 License:        GPL-2.0+
@@ -142,6 +142,7 @@
 # Clean up some unneeded library files
 for ver in %{py_ver} %{py3_ver}; do
   rm -f 
%{buildroot}/%{_libdir}/python${ver}/site-packages/{_audit,_auparse,auparse}.{a,la}
+  rm -rf %{buildroot}/%{_libdir}/python${ver}/site-packages/__pycache__
 done
 # cleanup makefiles for the rules (installed by %%docs command)
 rm -f %{buildroot}/%{_libdir}/pkgconfig/{audit,auparse}.pc
@@ -235,6 +236,7 @@
 %dir %attr(750,root,root) %{_sysconfdir}/audit/rules.d
 %config(noreplace) %attr(640,root,root) 
%{_sysconfdir}/audit/rules.d/audit.rules
 %config(noreplace) %attr(640,root,root) %{_sysconfdir}/audisp/audispd.conf
+%config(noreplace) %attr(640,root,root) %{_sysconfdir}/audit/audit-stop.rules
 %dir %attr(700,root,root) %{_localstatedir}/log/audit
 %ghost %config(noreplace) %{_localstatedir}/log/audit/audit.log
 %dir %attr(700,root,root) %{_localstatedir}/spool/audit

++++++ audit.spec ++++++
--- /var/tmp/diff_new_pack.bWM0Xs/_old  2017-07-24 12:29:19.243787940 +0200
+++ /var/tmp/diff_new_pack.bWM0Xs/_new  2017-07-24 12:29:19.243787940 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package audit
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           audit
-Version:        2.5
+Version:        2.7.7
 Release:        0
 Summary:        First part of auditing package
 License:        GPL-2.0+

++++++ audit-2.5.tar.gz -> audit-2.7.7.tar.gz ++++++
++++ 25342 lines of diff (skipped)

++++++ audit-allow-manual-stop.patch ++++++
--- /var/tmp/diff_new_pack.bWM0Xs/_old  2017-07-24 12:29:19.531747307 +0200
+++ /var/tmp/diff_new_pack.bWM0Xs/_new  2017-07-24 12:29:19.531747307 +0200
@@ -13,11 +13,11 @@
 
 --- a/init.d/auditd.service
 +++ b/init.d/auditd.service
-@@ -4,7 +4,6 @@ DefaultDependencies=no
+@@ -7,7 +7,6 @@ DefaultDependencies=no
  After=local-fs.target systemd-tmpfiles-setup.service
  Conflicts=shutdown.target
  Before=sysinit.target shutdown.target
 -RefuseManualStop=yes
  ConditionKernelCommandLine=!audit=0
+ Documentation=man:auditd(8) https://github.com/linux-audit/audit-documentation
  
- [Service]

++++++ audit-no-gss.patch ++++++
--- /var/tmp/diff_new_pack.bWM0Xs/_old  2017-07-24 12:29:19.547745050 +0200
+++ /var/tmp/diff_new_pack.bWM0Xs/_new  2017-07-24 12:29:19.547745050 +0200
@@ -11,10 +11,11 @@
 
 --- a/init.d/auditd.conf
 +++ b/init.d/auditd.conf
-@@ -27,6 +27,3 @@ tcp_listen_queue = 5
+@@ -30,7 +30,4 @@ tcp_listen_queue = 5
  tcp_max_per_addr = 1
  ##tcp_client_ports = 1024-65535
  tcp_client_max_idle = 0
 -enable_krb5 = no
 -krb5_principal = auditd
 -##krb5_key_file = /etc/audit/audit.key
+ distribute_network = no


Reply via email to