Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libsemanage for openSUSE:Factory 
checked in at 2021-08-24 10:53:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsemanage (Old)
 and      /work/SRC/openSUSE:Factory/.libsemanage.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsemanage"

Tue Aug 24 10:53:50 2021 rev:51 rq:912402 version:3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsemanage/python-semanage.changes      
2021-03-24 16:09:05.727696160 +0100
+++ /work/SRC/openSUSE:Factory/.libsemanage.new.1899/python-semanage.changes    
2021-08-24 10:53:53.376399084 +0200
@@ -1,0 +2,8 @@
+Mon Aug 16 13:13:41 UTC 2021 - Fabian Vogt <fv...@suse.com>
+
+- Call "make -j8 pywrap" instead of "make -j8 all pywrap" to fix random
+  build failures. The toplevel Makefile does not support concurrency,
+  and it resulted in parallel "make all" and "make pywrap" which weren't
+  aware of each other and stepped over the other's artifacts.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-semanage.spec ++++++
--- /var/tmp/diff_new_pack.QTPF3k/_old  2021-08-24 10:53:53.908398379 +0200
+++ /var/tmp/diff_new_pack.QTPF3k/_new  2021-08-24 10:53:53.908398379 +0200
@@ -19,6 +19,9 @@
 %define soversion 2
 %define libname libsemanage%{soversion}
 
+%define libsepol_ver     3.2
+%define libselinux_ver   3.2
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-semanage
 Version:        3.2
@@ -37,8 +40,8 @@
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  libbz2-devel
-BuildRequires:  libselinux-devel
-BuildRequires:  libsepol-devel >= 3.2
+BuildRequires:  libselinux-devel >= %{libselinux_ver}
+BuildRequires:  libsepol-devel >= %{libsepol_ver}
 BuildRequires:  libustr-devel
 BuildRequires:  python-rpm-macros
 BuildRequires:  swig
@@ -64,7 +67,7 @@
          LIBDIR="%{_libdir}" \
          LIBEXECDIR="%{_libexecdir}" \
          SHLIBDIR="%{_lib}" \
-    all pywrap
+    pywrap
 }
 
 %install

Reply via email to