Hello community, here is the log from the commit of package pcfclock for openSUSE:Factory checked in at 2018-06-29 22:29:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcfclock (Old) and /work/SRC/openSUSE:Factory/.pcfclock.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcfclock" Fri Jun 29 22:29:42 2018 rev:24 rq:617762 version:0.44 Changes: -------- --- /work/SRC/openSUSE:Factory/pcfclock/pcfclock.changes 2017-11-16 14:02:09.607134280 +0100 +++ /work/SRC/openSUSE:Factory/.pcfclock.new/pcfclock.changes 2018-06-29 22:29:42.830332856 +0200 @@ -1,0 +2,5 @@ +Tue Jun 19 12:11:47 UTC 2018 - [email protected] + +- Use %{?linux_make_arch} when building kernel modules (boo#1098050). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcfclock.spec ++++++ --- /var/tmp/diff_new_pack.Bj8ALi/_old 2018-06-29 22:29:43.274332518 +0200 +++ /var/tmp/diff_new_pack.Bj8ALi/_new 2018-06-29 22:29:43.274332518 +0200 @@ -1,7 +1,7 @@ # # spec file for package pcfclock # -# 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.44 Release: 0 Summary: Pcfclock kernel driver -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Kernel Url: http://www-stud.ims.uni-stuttgart.de/~voegelas/pcf.html Source: pcfclock-%{version}.tar.gz @@ -85,7 +85,7 @@ for flavor in %flavors_to_build; do rm -rf obj/$flavor cp -r source obj/$flavor - make -C /usr/src/linux-obj/%_target_cpu/$flavor modules \ + make -C /usr/src/linux-obj/%_target_cpu/$flavor %{?linux_make_arch} modules \ M=$PWD/obj/$flavor %{?_smp_mflags} done @@ -97,7 +97,7 @@ export INSTALL_MOD_PATH=%{buildroot} export INSTALL_MOD_DIR=updates for flavor in %flavors_to_build; do - make -C /usr/src/linux-obj/%_target_cpu/$flavor modules_install \ + make -C /usr/src/linux-obj/%_target_cpu/$flavor %{?linux_make_arch} modules_install \ M=$PWD/obj/$flavor done mkdir -p %{buildroot}%{_sysconfdir}/modprobe.d
