diff --git a/dmidecode.spec b/dmidecode.spec index 82680d2..0cd8c20 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -1,7 +1,7 @@ Summary: Tool to analyse BIOS DMI data Name: dmidecode Version: 3.5 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: GPLv2+ 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/* %changelog +* Fri Dec 22 2023 Lichen Liu - 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 - 1:3.5-1 - updated to upstream v3.5 - Resolves: rhbz#2186858