Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package audit for openSUSE:Factory checked 
in at 2022-04-17 23:49:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audit (Old)
 and      /work/SRC/openSUSE:Factory/.audit.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audit"

Sun Apr 17 23:49:30 2022 rev:102 rq:969466 version:3.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/audit/audit-secondary.changes    2022-03-31 
17:18:50.553167949 +0200
+++ /work/SRC/openSUSE:Factory/.audit.new.1941/audit-secondary.changes  
2022-04-17 23:49:31.046280509 +0200
@@ -1,0 +2,6 @@
+Mon Apr 11 20:44:34 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Drop buildrequire on C++ compiler.
+- Modernize specfile constructs.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/audit/audit.changes      2021-11-12 
15:58:56.518556082 +0100
+++ /work/SRC/openSUSE:Factory/.audit.new.1941/audit.changes    2022-04-17 
23:49:31.150280651 +0200
@@ -1,0 +2,5 @@
+Mon Apr 11 20:45:33 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Modernize specfile constructs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ audit-secondary.spec ++++++
--- /var/tmp/diff_new_pack.k8RxrC/_old  2022-04-17 23:49:31.954281753 +0200
+++ /var/tmp/diff_new_pack.k8RxrC/_new  2022-04-17 23:49:31.958281759 +0200
@@ -46,7 +46,6 @@
 Patch14:        libaudit-fix-unhandled-ECONNREFUSED-from-getpwnam-25.patch
 BuildRequires:  audit-devel = %{version}
 BuildRequires:  autoconf >= 2.12
-BuildRequires:  gcc-c++
 BuildRequires:  kernel-headers >= 2.6.30
 BuildRequires:  libtool
 BuildRequires:  openldap2-devel
@@ -157,7 +156,7 @@
        %{?_with_python3} \
        %{?_without_python}
 
-make %{?_smp_mflags}
+%make_build
 
 %sysusers_generate_pre %{SOURCE1} audit system-group-audit.conf
 
@@ -212,7 +211,7 @@
 chmod 0644 %{buildroot}%{_unitdir}/augenrules.service
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %post -n audit
 # Save existing audit files if any (from old locations)
@@ -307,7 +306,6 @@
 
 %if %{with python3}
 %files -n python3-audit
-%defattr(-,root,root,-)
 %attr(755,root,root) %{python3_sitearch}/*
 %endif
 

++++++ audit.spec ++++++
--- /var/tmp/diff_new_pack.k8RxrC/_old  2022-04-17 23:49:31.978281786 +0200
+++ /var/tmp/diff_new_pack.k8RxrC/_new  2022-04-17 23:49:31.982281792 +0200
@@ -28,7 +28,6 @@
 Source2:        README-BEFORE-ADDING-PATCHES
 Patch0:         change-default-log_group.patch
 BuildRequires:  autoconf >= 2.12
-BuildRequires:  gcc-c++
 BuildRequires:  kernel-headers >= 2.6.30
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -75,8 +74,7 @@
 libraries.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 autoreconf -fi
@@ -96,10 +94,10 @@
        --with-python=no \
        --disable-zos-remote
 
-make %{?_smp_mflags} -C common
-make %{?_smp_mflags} -C lib
-make %{?_smp_mflags} -C auparse
-make %{?_smp_mflags} -C docs
+%make_build -C common
+%make_build -C lib
+%make_build -C auparse
+%make_build -C docs
 
 %install
 %make_install -C common
@@ -120,8 +118,8 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-make %{?_smp_mflags} check -C lib
-make %{?_smp_mflags} check -C auparse
+%make_build -C lib check
+%make_build -C auparse check
 
 %post -n libaudit1 -p /sbin/ldconfig
 %post -n libauparse0 -p /sbin/ldconfig

Reply via email to