Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
9e46dc8ebd | ||
|
|
97ab9ff2e7 | ||
| b5f15c606f |
@@ -1,9 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 14:15:14 UTC 2025 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- switch the supplements to use supplements + kernel to allow
|
||||
moving a installation to Intel hardware (bsc#1249138)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 21 10:32:02 UTC 2025 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
@@ -284,11 +278,12 @@ Wed Nov 13 10:50:31 UTC 2024 - Marcus Meissner <meissner@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 31 13:27:15 UTC 2024 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- Intel CPU Microcode was updated to the 20241029 release (bsc#1230400)
|
||||
- Intel CPU Microcode was updated to the 20241029 release
|
||||
|
||||
Update for functional issues. Refer to [14th/13th Generation Intel® Core™ Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/740518) for details.
|
||||
Update for functional issues. Refer to [14th/13th Generation Intel Core Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/740518) for details.
|
||||
|
||||
Updated Platforms:
|
||||
|
||||
| Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products
|
||||
|:---------------|:---------|:------------|:---------|:---------|:---------
|
||||
| RPL-E/HX/S | B0 | 06-b7-01/32 | 00000129 | 0000012b | Core Gen13/Gen14
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ucode-intel
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -30,12 +30,12 @@ BuildRequires: suse-module-tools
|
||||
URL: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
|
||||
Source0: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-%version.tar.gz
|
||||
Source1: ucode-intel-rpmlintrc
|
||||
Supplements: (modalias(x86cpu:vendor%3A0000%3Afamily%3A*%3Amodel%3A*%3Afeature%3A*) and kernel)
|
||||
Supplements: modalias(x86cpu:vendor%3A0000%3Afamily%3A*%3Amodel%3A*%3Afeature%3A*)
|
||||
# new method ... note that only 1 : might be present, otherwise libzypp misinterprets it.
|
||||
Supplements: (modalias(cpu:type%3Ax86*ven0000*) and kernel)
|
||||
Supplements: modalias(cpu:type%3Ax86*ven0000*)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires(post): coreutils
|
||||
Requires(postun): coreutils
|
||||
Requires(postun):coreutils
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user