Hello community,

here is the log from the commit of package openucx for openSUSE:Factory checked 
in at 2018-06-28 15:09:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openucx (Old)
 and      /work/SRC/openSUSE:Factory/.openucx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openucx"

Thu Jun 28 15:09:33 2018 rev:8 rq:618650 version:1.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/openucx/openucx.changes  2018-03-30 
11:58:59.384030122 +0200
+++ /work/SRC/openSUSE:Factory/.openucx.new/openucx.changes     2018-06-28 
15:09:37.568010504 +0200
@@ -1,0 +2,5 @@
+Wed Jun 13 12:45:34 UTC 2018 - [email protected]
+
+- Remove libnuma-devel on s390x for older releases
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openucx.spec ++++++
--- /var/tmp/diff_new_pack.YxabzI/_old  2018-06-28 15:09:39.780006440 +0200
+++ /var/tmp/diff_new_pack.YxabzI/_new  2018-06-28 15:09:39.788006426 +0200
@@ -34,7 +34,13 @@
 BuildRequires:  binutils-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libibverbs-devel
+%if 0%{?suse_version} < 1330
+%ifnarch s390x
 BuildRequires:  libnuma-devel
+%endif
+%else
+BuildRequires:  libnuma-devel
+%endif
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
@@ -139,7 +145,14 @@
 %ifarch %ix86
 export UCX_CFLAGS="$UCX_CFLAGS -mno-sse -mno-sse2"
 %endif
-%configure --disable-static --without-avx --docdir="%_docdir/%name"
+%configure --disable-static --without-avx \
+%if 0%{?suse_version} < 1330
+%ifarch s390x
+         --disable-numa \
+%endif
+%endif
+          --docdir="%_docdir/%name"
+
 make %{?_smp_mflags} V=1
 
 %post   -n libucp0 -p /sbin/ldconfig


Reply via email to