Hello community, here is the log from the commit of package xtables-addons for openSUSE:Factory checked in at 2018-06-20 15:34:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xtables-addons (Old) and /work/SRC/openSUSE:Factory/.xtables-addons.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xtables-addons" Wed Jun 20 15:34:06 2018 rev:57 rq:617864 version:3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xtables-addons/xtables-addons.changes 2018-02-13 10:31:33.764425313 +0100 +++ /work/SRC/openSUSE:Factory/.xtables-addons.new/xtables-addons.changes 2018-06-20 15:34:14.559794014 +0200 @@ -1,0 +2,5 @@ +Tue Jun 19 12:13:06 UTC 2018 - [email protected] + +- Use %{?linux_make_arch} when building kernel modules (boo#1098050). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xtables-addons.spec ++++++ --- /var/tmp/diff_new_pack.DOBL9H/_old 2018-06-20 15:34:15.439762084 +0200 +++ /var/tmp/diff_new_pack.DOBL9H/_new 2018-06-20 15:34:15.443761939 +0200 @@ -20,7 +20,7 @@ Version: 3.0 Release: 0 Summary: IP Packet Filter Administration Extensions -License: GPL-2.0 and GPL-2.0+ +License: GPL-2.0-only AND GPL-2.0-or-later Group: Productivity/Networking/Security Url: http://xtables-addons.sf.net/ @@ -72,7 +72,7 @@ cp -a "%name-%version" "%name-$flavor-%version" pushd "%name-$flavor-%version/" %configure --with-kbuild="/usr/src/linux-obj/%_target_cpu/$flavor" - make %{?_smp_mflags} V=1 + make %{?linux_make_arch} %{?_smp_mflags} V=1 popd done @@ -81,7 +81,7 @@ pushd ../ for flavor in %flavors_to_build; do pushd "%name-$flavor-%version/" - make install DESTDIR="$b" + make %{?linux_make_arch} install DESTDIR="$b" popd done # There is no -devel package. So no need for these files.
