From 0dd72090c1cabbeb824ebbff107a9f88511fb90839e410fc4086b923930eaf59 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 21 Mar 2018 10:05:15 +0000 Subject: [PATCH 1/2] Accepting request 589687 from home:msmeissn:branches:Base:System - fix the CPU detection modalias to meet current kernel logic. (bsc#1084687) OBS-URL: https://build.opensuse.org/request/show/589687 OBS-URL: https://build.opensuse.org/package/show/Base:System/ucode-intel?expand=0&rev=61 --- ucode-intel.changes | 6 ++++++ ucode-intel.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/ucode-intel.changes b/ucode-intel.changes index 7b20f52..d6eae01 100644 --- a/ucode-intel.changes +++ b/ucode-intel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 21 06:57:59 UTC 2018 - meissner@suse.com + +- fix the CPU detection modalias to meet current kernel logic. + (bsc#1084687) + ------------------------------------------------------------------- Wed Mar 14 14:15:49 UTC 2018 - meissner@suse.com diff --git a/ucode-intel.spec b/ucode-intel.spec index c0810be..18293a5 100644 --- a/ucode-intel.spec +++ b/ucode-intel.spec @@ -28,6 +28,7 @@ Url: https://downloadcenter.intel.com/download/27591/Linux-Processor- Source0: https://downloadmirror.intel.com/27591/eng/microcode-%{version}.tgz Source2: LICENSE Supplements: modalias(x86cpu:vendor%3A0000%3Afamily%3A*%3Amodel%3A*%3Afeature%3A*) +Supplements: modalias(cpu:type:x86,ven0000*) BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: iucode-tool Requires(post): coreutils From a7cba4df4b2adb5d72b5a8786bbf0f640250e3430dba16b7112fa572acf8422e Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 21 Mar 2018 16:49:45 +0000 Subject: [PATCH 2/2] Accepting request 589788 from home:msmeissn:branches:Base:System OBS-URL: https://build.opensuse.org/request/show/589788 OBS-URL: https://build.opensuse.org/package/show/Base:System/ucode-intel?expand=0&rev=62 --- ucode-intel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucode-intel.spec b/ucode-intel.spec index 18293a5..e87bd4a 100644 --- a/ucode-intel.spec +++ b/ucode-intel.spec @@ -28,7 +28,7 @@ Url: https://downloadcenter.intel.com/download/27591/Linux-Processor- Source0: https://downloadmirror.intel.com/27591/eng/microcode-%{version}.tgz Source2: LICENSE Supplements: modalias(x86cpu:vendor%3A0000%3Afamily%3A*%3Amodel%3A*%3Afeature%3A*) -Supplements: modalias(cpu:type:x86,ven0000*) +Supplements: modalias(cpu:type:x86*ven0000*) BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: iucode-tool Requires(post): coreutils