Hello community, here is the log from the commit of package bbswitch for openSUSE:Factory checked in at 2017-11-12 18:10:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bbswitch (Old) and /work/SRC/openSUSE:Factory/.bbswitch.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bbswitch" Sun Nov 12 18:10:28 2017 rev:5 rq:541040 version:0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/bbswitch/bbswitch.changes 2015-10-14 16:44:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.bbswitch.new/bbswitch.changes 2017-11-12 18:10:31.158958283 +0100 @@ -1,0 +2,5 @@ +Sun Nov 12 07:47:10 UTC 2017 - [email protected] + +- Depend on libelf to build correctly on tumbleweed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bbswitch.spec ++++++ --- /var/tmp/diff_new_pack.suj11Z/_old 2017-11-12 18:10:31.834933692 +0100 +++ /var/tmp/diff_new_pack.suj11Z/_new 2017-11-12 18:10:31.838933547 +0100 @@ -1,7 +1,7 @@ # # spec file for package bbswitch # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -25,6 +25,7 @@ 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 Requires: bbswitch-kmp # DKMSing this module has no point for us so obsolete the package @@ -33,9 +34,8 @@ Obsoletes: bbswitch-dkms < %{version} Provides: dkms-bbswitch = %{version} Obsoletes: dkms-bbswitch < %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{kernel_module_package} ExclusiveArch: %{ix86} x86_64 +%kernel_module_package %description bbswitch is a kernel module which automatically detects the required @@ -52,7 +52,7 @@ for flavor in %{flavors_to_build}; do rm -rf obj/$flavor cp -r source obj/$flavor - make -C %{kernel_source $flavor} modules M=$PWD/obj/$flavor + make %{?_smp_mflags} -C %{kernel_source $flavor} modules M=$PWD/obj/$flavor done %install @@ -67,7 +67,6 @@ echo "options bbswitch load_state=0 unload_state=1" >> %{buildroot}%{_sysconfdir}/modprobe.d/50-bbswitch.conf %files -%defattr(-,root,root) %doc source/COPYING source/README.md source/NEWS %dir %{_libexecdir}//modules-load.d %config %{_libexecdir}/modules-load.d/bbswitch.conf
