diff --git a/SPECS/dmidecode.spec b/SPECS/dmidecode.spec index 8083f34..b4a3087 100644 --- a/SPECS/dmidecode.spec +++ b/SPECS/dmidecode.spec @@ -1,7 +1,7 @@ Summary: Tool to analyse BIOS DMI data Name: dmidecode Version: 3.2 -Release: 8%{?dist} +Release: 10%{?dist} Epoch: 1 License: GPLv2+ Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz @@ -51,6 +51,7 @@ Patch40: 0023-Allow-overriding-build-settings-from-the-environment.patch Patch41: 0001-dmidecode-Add-new-system-slot-types-from-SMBIOS-spec.patch Patch42: 0002-dmidecode-Skip-details-of-uninstalled-memory-modules.patch Patch43: RHELonly-Missing-comma-in-the-dmi_slot_type.patch +Patch44: 0024-dmidecode-Fix-crash-with-u-option.patch BuildRequires: gcc make ExclusiveArch: %{ix86} x86_64 ia64 aarch64 @@ -112,6 +113,7 @@ I/O ports (e.g. serial, parallel, USB). %patch41 -p1 %patch42 -p1 %patch43 -p1 +%patch44 -p1 %build make %{?_smp_mflags} CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}" @@ -132,6 +134,10 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} prefix=%{_prefix} install-bin install- %{_mandir}/man8/* %changelog +* Fri Apr 9 2021 Coiby Xu - 1:3.2-10 +- Fix crash with -u option +- Resolves: rhbz#1885823 + * Thu Dec 10 2020 Lianbo Jiang - 1:3.2-8 - CI found an error in the commit , need to fix it. - Resolves: rhbz#1858350