Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dmidecode for openSUSE:Factory checked in at 2026-09-04 12:36:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dmidecode (Old) and /work/SRC/openSUSE:Factory/.dmidecode.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dmidecode" Fri Sep 4 12:36:23 2026 rev:51 rq:1375092 version:3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/dmidecode/dmidecode.changes 2026-01-26 10:58:03.323278644 +0100 +++ /work/SRC/openSUSE:Factory/.dmidecode.new.1265/dmidecode.changes 2026-09-04 12:37:00.901429916 +0200 @@ -1,0 +2,6 @@ +Tue Sep 1 08:40:47 UTC 2026 - Michal Suchanek <[email protected]> + +- Display slot information for EDSFF (jsc#NVIDIA-68) + * dmidecode-Display-slot-information-for-EDSFF.patch + +------------------------------------------------------------------- New: ---- dmidecode-Display-slot-information-for-EDSFF.patch ----------(New B)---------- New:- Display slot information for EDSFF (jsc#NVIDIA-68) * dmidecode-Display-slot-information-for-EDSFF.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dmidecode.spec ++++++ --- /var/tmp/diff_new_pack.YtiUE7/_old 2026-09-04 12:37:01.672456986 +0200 +++ /var/tmp/diff_new_pack.YtiUE7/_new 2026-09-04 12:37:01.675457092 +0200 @@ -1,7 +1,7 @@ # # spec file for package dmidecode # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,8 @@ Source1: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz.sig # https://savannah.nongnu.org/project/memberlist-gpgkeys.php?group=dmidecode Source2: %{name}.keyring -BuildRoot: %{_tmppath}/%{name}-%{version}-build +# https://cgit.git.savannah.nongnu.org/cgit/dmidecode.git/commit/?id=566922aed8f865553aac053bbc43a9a1d3e3594a +Patch1: dmidecode-Display-slot-information-for-EDSFF.patch BuildRequires: xz ExclusiveArch: %ix86 ia64 x86_64 %arm aarch64 riscv64 ++++++ dmidecode-Display-slot-information-for-EDSFF.patch ++++++ >From 566922aed8f865553aac053bbc43a9a1d3e3594a Mon Sep 17 00:00:00 2001 From: "Matthew R. Ochs" <[email protected]> Date: Mon, 13 Apr 2026 11:55:31 +0200 Subject: [PATCH] dmidecode: Display slot information for EDSFF Upstream: merged, expected in next release (3.8?) Git-commit: 566922aed8f865553aac053bbc43a9a1d3e3594a Include EDSFF slots when displaying slot information. Signed-off-by: Matthew R. Ochs <[email protected]> Signed-off-by: Jean Delvare <[email protected]> --- dmidecode.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dmidecode.c b/dmidecode.c index 463f12b..cd33ec5 100644 --- a/dmidecode.c +++ b/dmidecode.c @@ -2423,6 +2423,8 @@ static void dmi_slot_information(u8 type, u8 code) case 0xC2: /* PCI Express 5 */ case 0xC3: /* PCI Express 5 */ case 0xC4: /* PCI Express 6+ */ + case 0xC5: /* EDSFF E1 */ + case 0xC6: /* EDSFF E3 */ if (code) pr_attr("PCI Express Generation", "%u", code); break; -- 2.51.0
