1 Commits

Author SHA256 Message Date
7af7fa820f Sync changes to SLFO-1.2 branch 2025-08-20 09:11:47 +02:00
2 changed files with 13 additions and 22 deletions

View File

@@ -1,23 +1,12 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 29 19:54:25 UTC 2024 - Andreas Schwab <schwab@suse.de> Fri Mar 28 07:06:40 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- Enable build on riscv64 - Use %autosetup to work with rpm-4.20 (bsc#1240154)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 19 15:19:23 UTC 2024 - Jean Delvare <jdelvare@suse.com> Mon Jul 29 15:23:07 UTC 2024 - Jean Delvare <jdelvare@suse.com>
Update for HPE servers from upstream: - Update to upstream version 3.6 (jsc#PED-8647):
- dmioem-update-hpe-oem-type-238.patch: Decode PCI bus segment in
HPE type 238 records.
- Drop legacy Provides: and Obsoletes: tags. The split from the
pmtools package happened 15 years ago so they are no longer
relevant.
-------------------------------------------------------------------
Thu Apr 25 12:41:17 UTC 2024 - Jean Delvare <jdelvare@suse.com>
- Update to upstream version 3.6:
* Support for SMBIOS 3.6.0. This includes new memory device types, new * Support for SMBIOS 3.6.0. This includes new memory device types, new
processor upgrades, and Loongarch support. processor upgrades, and Loongarch support.
* Support for SMBIOS 3.7.0. This includes new port types, new processor * Support for SMBIOS 3.7.0. This includes new port types, new processor
@@ -36,11 +25,13 @@ Thu Apr 25 12:41:17 UTC 2024 - Jean Delvare <jdelvare@suse.com>
dmioem-hpe-oem-record-237-firmware-change.patch and dmioem-hpe-oem-record-237-firmware-change.patch and
use-read_file-to-read-from-dump.patch. use-read_file-to-read-from-dump.patch.
------------------------------------------------------------------- Update for HPE servers from upstream:
Mon Feb 26 07:51:57 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> - dmioem-update-hpe-oem-type-238.patch: Decode PCI bus segment in
HPE type 238 records.
- Use %autosetup macro. Allows to eliminate the usage of deprecated - Drop legacy Provides: and Obsoletes: tags. The split from the
PatchN. pmtools package happened 15 years ago so they are no longer
relevant.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 27 10:55:57 UTC 2023 - Jean Delvare <jdelvare@suse.de> Thu Apr 27 10:55:57 UTC 2023 - Jean Delvare <jdelvare@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package dmidecode # spec file for package dmidecode
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,7 @@ Source2: %{name}.keyring
Patch1: dmioem-update-hpe-oem-type-238.patch Patch1: dmioem-update-hpe-oem-type-238.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: xz BuildRequires: xz
ExclusiveArch: %ix86 ia64 x86_64 %arm aarch64 riscv64 ExclusiveArch: %ix86 ia64 x86_64 %arm aarch64
%description %description
Dmidecode reports information about your system's hardware as described Dmidecode reports information about your system's hardware as described
@@ -57,7 +57,7 @@ install -dm 755 %{buildroot}%{_sbindir}
install -dm 755 %{buildroot}%{_mandir}/man8 install -dm 755 %{buildroot}%{_mandir}/man8
install -dm 755 %{buildroot}%{_docdir}/%{name} install -dm 755 %{buildroot}%{_docdir}/%{name}
install -dm 755 %{buildroot}%{_datadir}/bash-completion/completions/ install -dm 755 %{buildroot}%{_datadir}/bash-completion/completions/
%ifarch ia64 %arm aarch64 riscv64 %ifarch ia64 %arm aarch64
for i in dmidecode ; do for i in dmidecode ; do
%else %else
for i in dmidecode vpddecode ownership biosdecode ; do for i in dmidecode vpddecode ownership biosdecode ; do