Release dmidecode-3.5-2

Resolves: RHEL-15884
Resolves: RHEL-19873

Signed-off-by: Lichen Liu <lichliu@redhat.com>
This commit is contained in:
Lichen Liu 2023-12-22 15:31:14 +08:00
parent 18ca995870
commit 8c0aae2813

View File

@ -1,7 +1,7 @@
Summary: Tool to analyse BIOS DMI data Summary: Tool to analyse BIOS DMI data
Name: dmidecode Name: dmidecode
Version: 3.5 Version: 3.5
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 1 Epoch: 1
License: GPLv2+ License: GPLv2+
Source0: https://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz Source0: https://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz
@ -46,6 +46,10 @@ I/O ports (e.g. serial, parallel, USB).
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Fri Dec 22 2023 Lichen Liu <lichliu@redhat.com> - 1:3.5-2
- Add processor support from SMBIOS-3.6.0
- Consistently use read_file when reading from a dump file
* Fri May 05 2023 Lichen Liuu <lichliu@redhat.com> - 1:3.5-1 * Fri May 05 2023 Lichen Liuu <lichliu@redhat.com> - 1:3.5-1
- updated to upstream v3.5 - updated to upstream v3.5
- Resolves: rhbz#2186858 - Resolves: rhbz#2186858