From d6b7721162259c18b09c65dc506d3e193642bd9e Mon Sep 17 00:00:00 2001 From: Andrey Ponomarenko Date: Dec 14 2018 13:03:39 +0000 Subject: Exclude arm. --- diff --git a/hw-probe.spec b/hw-probe.spec index 2342893..265b997 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: 6%{?dist} +Release: 7%{?dist} BuildArch: noarch License: LGPLv2+ URL: https://github.com/linuxhw/hw-probe @@ -9,9 +9,7 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz Requires: perl-libwww-perl Requires: curl Requires: hwinfo -%ifnarch %{arm} Requires: dmidecode -%endif Requires: pciutils Requires: usbutils Requires: smartmontools @@ -27,6 +25,7 @@ Recommends: mcelog %endif BuildRequires: perl(Getopt::Long) BuildRequires: perl-generators +ExcludeArch: %{arm} %description A tool to check operability of computer hardware and upload result @@ -61,6 +60,9 @@ mkdir -p %{buildroot}%{_prefix} %{_bindir}/%{name} %changelog +* Fri Dec 14 2018 Andrey Ponomarenko - 1.4-7 +- Exclude arm. + * Fri Dec 14 2018 Andrey Ponomarenko - 1.4-6 - Fix ifdef for armhfp.