Accepting request 590316 from home:msmeissn:branches:Kernel:HEAD

- detect new style modalias too for AMD CPUs in ucode-amd
  (bsc#1084687)

OBS-URL: https://build.opensuse.org/request/show/590316
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=200
This commit is contained in:
Takashi Iwai 2018-03-23 07:16:34 +00:00 committed by Git OBS Bridge
parent 0ff646c8d2
commit 05f72d8f6a
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 21 10:06:12 UTC 2018 - meissner@suse.com
- detect new style modalias too for AMD CPUs in ucode-amd
(bsc#1084687)
-------------------------------------------------------------------
Wed Mar 14 11:02:51 UTC 2018 - mpluskal@suse.com

View File

@ -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
@ -84,7 +84,10 @@ Summary: Microcode updates for AMD CPUs
Group: System/Kernel
Requires(post): coreutils
Requires(postun): coreutils
# old style (before 3.16 kernel)
Supplements: modalias(x86cpu:vendor%%3A0002%%3Afamily%%3A*%%3Amodel%%3A*%%3Afeature%%3A*)
# new style (after 3.12 kernel somewhen)
Supplements: modalias(cpu:type:x86*ven0002*)
%description -n ucode-amd
This package contains the microcode files used by AMD CPUs.