Hello community,

here is the log from the commit of package audit for openSUSE:Factory checked 
in at 2017-11-15 16:49:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audit (Old)
 and      /work/SRC/openSUSE:Factory/.audit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audit"

Wed Nov 15 16:49:16 2017 rev:84 rq:540279 version:2.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/audit/audit-secondary.changes    2017-08-24 
17:40:48.126416700 +0200
+++ /work/SRC/openSUSE:Factory/.audit.new/audit-secondary.changes       
2017-11-15 16:49:25.546443358 +0100
@@ -1,0 +2,19 @@
+Thu Nov  9 16:21:23 UTC 2017 - mplus...@suse.com
+
+- Rename python binding packages to match current python packaging
+  standards
+- Update python build dependencies to resolve future split of
+  python2/3
+
+-------------------------------------------------------------------
+Sat Nov  4 21:11:35 UTC 2017 - aavind...@gmail.com
+
+- Update to version 2.8.1. See audit.spec (libaudit1) for upstream
+  changelog
+- Remove audit-implicit-writev.patch (fixed upstream across 2
+  commits)
+  * 3b30db20ad983274989ce9a522120c3c225436b3
+  * 07132c22314e9abbe64d1031fd8734243285bb3f
+- Cleanup with spec-cleaner
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/audit/audit.changes      2017-08-08 
11:56:38.078037176 +0200
+++ /work/SRC/openSUSE:Factory/.audit.new/audit.changes 2017-11-15 
16:49:27.230381656 +0100
@@ -1,0 +2,10 @@
+Sat Nov  4 21:12:09 UTC 2017 - aavind...@gmail.com
+
+- Update to version 2.8.1 release (includes 2.8 and 2.7.8 changes)
+  * many features added to auparse_normalize
+  * cli option added to auditd and audispd for setting config dir
+  * in auditd, restore the umask after creating a log file
+  * option added to auditd for skipping email verification
+-  Full changelog: http://people.redhat.com/sgrubb/audit/ChangeLog
+
+-------------------------------------------------------------------

Old:
----
  audit-2.7.7.tar.gz
  audit-implicit-writev.patch

New:
----
  audit-2.8.1.tar.gz

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

Other differences:
------------------
++++++ audit-secondary.spec ++++++
--- /var/tmp/diff_new_pack.bbwAOW/_old  2017-11-15 16:49:29.586295333 +0100
+++ /var/tmp/diff_new_pack.bbwAOW/_new  2017-11-15 16:49:29.590295187 +0100
@@ -20,7 +20,7 @@
 # The seperation is required to minimize unnecessary build cycles.
 %define        _name audit
 Name:           audit-secondary
-Version:        2.7.7
+Version:        2.8.1
 Release:        0
 Summary:        Linux kernel audit subsystem utilities
 License:        GPL-2.0+
@@ -31,21 +31,19 @@
 Patch2:         audit-no-gss.patch
 Patch3:         audit-allow-manual-stop.patch
 Patch4:         audit-ausearch-do-not-require-tclass.patch
-Patch5:         audit-implicit-writev.patch
 BuildRequires:  audit-devel = %{version}
 BuildRequires:  autoconf >= 2.12
 BuildRequires:  gcc-c++
 BuildRequires:  kernel-headers >= 2.6.30
 BuildRequires:  libtool
 BuildRequires:  openldap2-devel
-BuildRequires:  pkg-config
-BuildRequires:  python-devel
+BuildRequires:  pkgconfig
+BuildRequires:  python2-devel
 BuildRequires:  python3-devel
 BuildRequires:  swig
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  tcpd-devel
 BuildRequires:  pkgconfig(libcap-ng)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The audit package contains the user space utilities for storing and
@@ -65,21 +63,25 @@
 processing the audit records generated by the audit subsystem in the
 Linux kernel.
 
-%package -n audit-libs-python
+%package -n     python2-audit
 Summary:        Python Bindings for libaudit
 License:        LGPL-2.1+
 Group:          Development/Languages/Python
+Provides:       audit-libs-python = %{version}
+Obsoletes:      audit-libs-python < %{version}
 
-%description -n audit-libs-python
+%description -n python2-audit
 The audit-libs-python package contains the bindings for using libaudit
 by python.
 
-%package -n audit-libs-python3
+%package -n python3-audit
 Summary:        Python3 Bindings for libaudit
 License:        LGPL-2.1+
 Group:          Development/Languages/Python
+Provides:       audit-libs-python3 = %{version}
+Obsoletes:      audit-libs-python3 < %{version}
 
-%description -n audit-libs-python3
+%description -n python3-audit
 The audit-libs-python3 package contains the bindings for using libaudit
 by python3.
 
@@ -103,7 +105,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 %build
 autoreconf -fi
@@ -121,7 +122,7 @@
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 
 mkdir -p %{buildroot}%{_localstatedir}/log/audit/
 touch %{buildroot}%{_localstatedir}/log/audit/audit.log
@@ -193,7 +194,6 @@
 %service_del_postun auditd.service
 
 %files -n audit
-%defattr(-,root,root,-)
 %doc README COPYING ChangeLog rules/[0-9]* rules/README-rules 
init.d/auditd.cron
 %attr(644,root,root) %{_mandir}/man8/audispd.8.gz
 %attr(644,root,root) %{_mandir}/man8/auditctl.8.gz
@@ -246,20 +246,17 @@
 %{_unitdir}/auditd.service
 %{_sbindir}/rcauditd
 
-%files -n audit-libs-python
-%defattr(-,root,root,-)
+%files -n python2-audit
 %attr(755,root,root) %{_libdir}/python%{py_ver}/site-packages/_audit.so
 %attr(755,root,root) %{_libdir}/python%{py_ver}/site-packages/auparse.so
 %{_libdir}/python%{py_ver}/site-packages/audit.py*
 
-%files -n audit-libs-python3
-%defattr(-,root,root,-)
+%files -n python3-audit
 %attr(755,root,root) %{_libdir}/python%{py3_ver}/site-packages/_audit.so
 %attr(755,root,root) %{_libdir}/python%{py3_ver}/site-packages/auparse.so
 %{_libdir}/python%{py3_ver}/site-packages/audit.py*
 
 %files -n audit-audispd-plugins
-%defattr(-,root,root,-)
 %attr(644,root,root) %{_mandir}/man8/audispd-zos-remote.8.gz
 %attr(644,root,root) %{_mandir}/man5/zos-remote.conf.5.gz
 %attr(644,root,root) %{_mandir}/man5/audisp-remote.conf.5.gz

++++++ audit.spec ++++++
--- /var/tmp/diff_new_pack.bbwAOW/_old  2017-11-15 16:49:29.610294454 +0100
+++ /var/tmp/diff_new_pack.bbwAOW/_new  2017-11-15 16:49:29.610294454 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           audit
-Version:        2.7.7
+Version:        2.8.1
 Release:        0
 Summary:        Linux kernel audit subsystem utilities
 License:        GPL-2.0+
@@ -33,7 +33,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  tcpd-devel
 Requires:       %{name}-libs = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The audit package contains the user space utilities for storing and
@@ -98,7 +97,7 @@
 make DESTDIR=%{buildroot} install -C auparse
 make DESTDIR=%{buildroot} install -C docs
 rm -rf %{buildroot}/%{_mandir}/man[578]
-mkdir -p %{buildroot}/etc
+mkdir -p %{buildroot}%{_sysconfdir}
 mkdir -p %{buildroot}/%{_includedir}
 mkdir -p %{buildroot}/%{_mandir}/man5
 # We manually install this since Makefile doesn't
@@ -106,7 +105,7 @@
 install -D -m 0644 ./m4/audit.m4  %{buildroot}%{_datadir}/aclocal/audit.m4
 # Install libaudit.conf files by hand
 install -m 0644 docs/libaudit.conf.5 %{buildroot}/%{_mandir}/man5
-install -m 0644 init.d/libaudit.conf %{buildroot}/etc
+install -m 0644 init.d/libaudit.conf %{buildroot}%{_sysconfdir}
 
 find %{buildroot} -type f -name "*.la" -delete -print
 
@@ -120,17 +119,14 @@
 %postun -n libauparse0 -p /sbin/ldconfig
 
 %files -n libaudit1
-%defattr(-,root,root)
 %{_libdir}/libaudit.so.*
 %config(noreplace) %attr(640,root,root) %{_sysconfdir}/libaudit.conf
-%{_mandir}/man5/libaudit.conf.5.gz
+%{_mandir}/man5/libaudit.conf.5%{ext_man}
 
 %files -n libauparse0
-%defattr(-,root,root)
 %{_libdir}/libauparse.so.*
 
 %files -n audit-devel
-%defattr(-,root,root)
 %doc contrib/skeleton.c contrib/plugin
 %{_libdir}/libaudit.so
 %{_libdir}/libauparse.so

++++++ audit-2.7.7.tar.gz -> audit-2.8.1.tar.gz ++++++
++++ 7844 lines of diff (skipped)


Reply via email to