Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7af7fa820f |
@@ -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:
|
||||
- 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:
|
||||
- Update to upstream version 3.6 (jsc#PED-8647):
|
||||
* Support for SMBIOS 3.6.0. This includes new memory device types, new
|
||||
processor upgrades, and Loongarch support.
|
||||
* 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
|
||||
use-read_file-to-read-from-dump.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 07:51:57 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
Update for HPE servers from upstream:
|
||||
- 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
|
||||
PatchN.
|
||||
- Drop legacy Provides: and Obsoletes: tags. The split from the
|
||||
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>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: xz
|
||||
ExclusiveArch: %ix86 ia64 x86_64 %arm aarch64 riscv64
|
||||
ExclusiveArch: %ix86 ia64 x86_64 %arm aarch64
|
||||
|
||||
%description
|
||||
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}%{_docdir}/%{name}
|
||||
install -dm 755 %{buildroot}%{_datadir}/bash-completion/completions/
|
||||
%ifarch ia64 %arm aarch64 riscv64
|
||||
%ifarch ia64 %arm aarch64
|
||||
for i in dmidecode ; do
|
||||
%else
|
||||
for i in dmidecode vpddecode ownership biosdecode ; do
|
||||
|
||||
Reference in New Issue
Block a user