Hello community,

here is the log from the commit of package bbswitch for openSUSE:Leap:15.2 
checked in at 2020-02-19 18:49:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/bbswitch (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.bbswitch.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bbswitch"

Wed Feb 19 18:49:06 2020 rev:10 rq:777328 version:0.8

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/bbswitch/bbswitch.changes      2020-01-15 
14:48:22.205339702 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.bbswitch.new.26092/bbswitch.changes   
2020-02-19 18:49:07.195057306 +0100
@@ -1,0 +2,11 @@
+Thu Dec 19 14:45:14 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- BuildRequire pkgconfig(libsystemd) instead of systemd-devel:
+  allow OBS to shortcut through the -mini flavors.
+
+-------------------------------------------------------------------
+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.zHMutg/_old  2020-02-19 18:49:07.483057613 +0100
+++ /var/tmp/diff_new_pack.zHMutg/_new  2020-02-19 18:49:07.483057613 +0100
@@ -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,13 +20,13 @@
 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
 BuildRequires:  %{kernel_module_package_buildreqs}
 BuildRequires:  libelf-devel
-BuildRequires:  systemd-devel
+BuildRequires:  pkgconfig(libsystemd)
 Requires:       bbswitch-kmp
 # DKMSing this module has no point for us so obsolete the package
 # Remove this after 13.2 release
@@ -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