Accepting request 596492 from home:msmeissn:branches:Kernel:HEAD
- fixed new style modalias detection too for AMD CPUs in ucode-amd, it can only use 1 : (bsc#1084687) OBS-URL: https://build.opensuse.org/request/show/596492 OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=205
This commit is contained in:
parent
a5b333fff3
commit
8f083ccda5
@ -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
|
Tue Apr 3 09:00:33 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Release: 0
|
|||||||
Summary: Linux kernel firmware files
|
Summary: Linux kernel firmware files
|
||||||
License: SUSE-Firmware AND GPL-2.0-only AND GPL-2.0-or-later AND MIT
|
License: SUSE-Firmware AND GPL-2.0-only AND GPL-2.0-or-later AND MIT
|
||||||
Group: System/Kernel
|
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
|
# Created with umask 022; cd /_tmp
|
||||||
# After git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
# After git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
||||||
# cd linux-firmware
|
# cd linux-firmware
|
||||||
@ -85,7 +85,7 @@ Group: System/Kernel
|
|||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
Requires(postun): coreutils
|
Requires(postun): coreutils
|
||||||
# new style (after 3.12 kernel somewhen)
|
# 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)
|
# old style (before 3.16 kernel)
|
||||||
Supplements: modalias(x86cpu:vendor%%3A0002%%3Afamily%%3A*%%3Amodel%%3A*%%3Afeature%%3A*)
|
Supplements: modalias(x86cpu:vendor%%3A0002%%3Afamily%%3A*%%3Amodel%%3A*%%3Afeature%%3A*)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user