From 8a99d9bfd8951e13b2e46cb471f14c0ecd8dbdb2 Mon Sep 17 00:00:00 2001 From: Andrey Ponomarenko Date: Oct 07 2019 17:24:23 +0000 Subject: Support for EL-8 --- diff --git a/hw-probe.spec b/hw-probe.spec index ac89f9e..9ef21ca 100644 --- a/hw-probe.spec +++ b/hw-probe.spec @@ -1,7 +1,7 @@ Summary: A tool to check operability of computer hardware Name: hw-probe Version: 1.4 -Release: 14%{?dist} +Release: 15%{?dist} BuildArch: noarch License: LGPLv2+ URL: https://github.com/linuxhw/hw-probe @@ -26,6 +26,10 @@ Recommends: glx-utils %if 0%{?el6}%{?el7} Requires: dmidecode %endif +%if 0%{?el8} +Recommends: dmidecode +Recommends: mcelog +%endif BuildRequires: perl(Getopt::Long) BuildRequires: perl-generators @@ -62,6 +66,9 @@ mkdir -p %{buildroot}%{_prefix} %{_bindir}/%{name} %changelog +* Mon Oct 7 2019 Andrey Ponomarenko - 1.4-15 +- Support for EL-8 + * Thu Jul 25 2019 Fedora Release Engineering - 1.4-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild