diff --git a/kernel-firmware.changes b/kernel-firmware.changes index b988145..5ae1337 100644 --- a/kernel-firmware.changes +++ b/kernel-firmware.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 13 14:31:33 UTC 2018 - meissner@suse.com + +- fixed new style modalias detection too for AMD CPUs in ucode-amd, + it can only use 1 : (bsc#1084687) + ------------------------------------------------------------------- Tue Apr 3 09:00:33 UTC 2018 - mpluskal@suse.com diff --git a/kernel-firmware.spec b/kernel-firmware.spec index f8c4485..621aaac 100644 --- a/kernel-firmware.spec +++ b/kernel-firmware.spec @@ -24,7 +24,7 @@ Release: 0 Summary: Linux kernel firmware files License: SUSE-Firmware AND GPL-2.0-only AND GPL-2.0-or-later AND MIT Group: System/Kernel -URL: https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/ +Url: https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/ # Created with umask 022; cd /_tmp # After git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git # cd linux-firmware @@ -85,7 +85,7 @@ Group: System/Kernel Requires(post): coreutils Requires(postun): coreutils # new style (after 3.12 kernel somewhen) -Supplements: modalias(cpu:type:x86*ven0002*) +Supplements: modalias(cpu:type%%3Ax86*ven0002*) # old style (before 3.16 kernel) Supplements: modalias(x86cpu:vendor%%3A0002%%3Afamily%%3A*%%3Amodel%%3A*%%3Afeature%%3A*)