diff --git a/.dmidecode.metadata b/.dmidecode.metadata index 3bc180d..b8ebd06 100644 --- a/.dmidecode.metadata +++ b/.dmidecode.metadata @@ -1 +1 @@ -80898f5e95d905080426fdff7899d81eb4f888c2 SOURCES/dmidecode-3.5.tar.xz +c74291da874589334483adac4c30a5c0a13bc91b SOURCES/dmidecode-3.6.tar.xz diff --git a/.gitignore b/.gitignore index 9e60609..28f43e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dmidecode-3.5.tar.xz +SOURCES/dmidecode-3.6.tar.xz diff --git a/SPECS/dmidecode.spec b/SPECS/dmidecode.spec index c033275..1480e30 100644 --- a/SPECS/dmidecode.spec +++ b/SPECS/dmidecode.spec @@ -1,12 +1,13 @@ Summary: Tool to analyse BIOS DMI data Name: dmidecode -Version: 3.5 +Version: 3.6 Release: 1%{?dist} Epoch: 1 License: GPLv2+ Source0: https://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz URL: https://www.nongnu.org/dmidecode/ BuildRequires: gcc make +BuildRequires: pkgconfig(bash-completion) ExclusiveArch: %{ix86} x86_64 ia64 aarch64 %description @@ -37,10 +38,24 @@ I/O ports (e.g. serial, parallel, USB). %{_sbindir}/vpddecode %{_sbindir}/ownership %{_sbindir}/biosdecode +%{_datadir}/bash-completion/completions/vpddecode +%{_datadir}/bash-completion/completions/ownership +%{_datadir}/bash-completion/completions/biosdecode %endif %{_mandir}/man8/* +%{_datadir}/bash-completion/completions/%{name} %changelog +* Mon Aug 05 2024 Lichen Liu - 1:3.6-1 +- updated to upstream v3.6 + +* Tue Jan 09 2024 Lichen Liu - 1:3.5-3 +- Expanding the list of CPU sockets to match the list specified in SMBIOS 3.7.0 + +* 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