Hello community,

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

Package is "bbswitch"

Wed Jun 20 15:33:28 2018 rev:6 rq:617809 version:0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/bbswitch/bbswitch.changes        2017-11-12 
18:10:31.158958283 +0100
+++ /work/SRC/openSUSE:Factory/.bbswitch.new/bbswitch.changes   2018-06-20 
15:33:52.708586889 +0200
@@ -1,0 +2,5 @@
+Tue Jun 19 12:09:23 UTC 2018 - [email protected]
+
+- Use %{?linux_make_arch} when building kernel modules (boo#1098050).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bbswitch.spec ++++++
--- /var/tmp/diff_new_pack.kgxTR3/_old  2018-06-20 15:33:53.960541462 +0200
+++ /var/tmp/diff_new_pack.kgxTR3/_new  2018-06-20 15:33:53.960541462 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bbswitch
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Version:        0.8
 Release:        0
 Summary:        Bumblebee ACPI kernel module
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Kernel
 Url:            http://github.com/Bumblebee-Project/bbswitch
 Source0:        
https://github.com/Bumblebee-Project/bbswitch/archive/v%{version}.tar.gz
@@ -52,14 +52,14 @@
 for flavor in %{flavors_to_build}; do
         rm -rf obj/$flavor
         cp -r source obj/$flavor
-        make %{?_smp_mflags} -C %{kernel_source $flavor} modules 
M=$PWD/obj/$flavor
+        make %{?_smp_mflags} -C %{kernel_source $flavor} %{?linux_make_arch} 
modules M=$PWD/obj/$flavor
 done
 
 %install
 export INSTALL_MOD_PATH=%{buildroot}
 export INSTALL_MOD_DIR=updates
 for flavor in %{flavors_to_build}; do
-        make -C %{kernel_source $flavor} modules_install M=$PWD/obj/$flavor
+        make -C %{kernel_source $flavor} %{?linux_make_arch} modules_install 
M=$PWD/obj/$flavor
 done
 install -dm755 %{buildroot}%{_libexecdir}/modules-load.d
 echo "bbswitch" >> %{buildroot}%{_libexecdir}/modules-load.d/bbswitch.conf


Reply via email to