From 13eb5082fe957e7ed2622af4e8a8dc45f1ff3c2e Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 12 2020 06:14:29 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/dmidecode.spec b/SPECS/dmidecode.spec index a677511..8083f34 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: 6%{?dist} +Release: 8%{?dist} Epoch: 1 License: GPLv2+ Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz @@ -48,6 +48,9 @@ Patch37: 0020-dmidecode-White-space-fixes.patch Patch38: 0021-dmidecode-Update-copyright-year.patch Patch39: 0022-dmidecode-Add-missing-build-dependencies-on-dmioutpu.patch 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 BuildRequires: gcc make ExclusiveArch: %{ix86} x86_64 ia64 aarch64 @@ -106,6 +109,9 @@ I/O ports (e.g. serial, parallel, USB). %patch38 -p1 %patch39 -p1 %patch40 -p1 +%patch41 -p1 +%patch42 -p1 +%patch43 -p1 %build make %{?_smp_mflags} CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}" @@ -126,6 +132,14 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} prefix=%{_prefix} install-bin install- %{_mandir}/man8/* %changelog +* Thu Dec 10 2020 Lianbo Jiang - 1:3.2-8 +- CI found an error in the commit , need to fix it. +- Resolves: rhbz#1858350 + +* Tue Dec 08 2020 Lianbo Jiang - 1:3.2-7 +- Fix the "OUT OF SPEC" error for empty NVMe and DIMM slots +- Resolves: rhbz#1858350 + * Wed May 20 2020 Lianbo Jiang - 1:3.2-6 - Updated to the latest upstream(5b3c8e995026 ("Allow overriding build settings from the environment"))