From c39c7a78373509c572af99f39c35016790485a71 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 17 Oct 2017 12:25:31 +0100 Subject: [PATCH] dmidecode is also available on aarch64. --- virt-what.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/virt-what.spec b/virt-what.spec index 82e3635..c42d88a 100644 --- a/virt-what.spec +++ b/virt-what.spec @@ -1,6 +1,6 @@ Name: virt-what Version: 1.18 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Detect if we are running in a virtual machine License: GPLv2+ @@ -21,7 +21,7 @@ BuildRequires: util-linux # virt-what script uses dmidecode and getopt (from util-linux). # RPM cannot detect this so make the dependencies explicit here. -%ifarch %{ix86} x86_64 +%ifarch aarch64 %{ix86} x86_64 Requires: dmidecode %endif Requires: util-linux @@ -107,8 +107,9 @@ fi %changelog -* Tue Oct 17 2017 Richard W.M. Jones - 1.18-2 +* Tue Oct 17 2017 Richard W.M. Jones - 1.18-3 - Include upstream patches since 1.18 was released. +- dmidecode is also available on aarch64. * Mon Jul 31 2017 Richard W.M. Jones - 1.18-1 - New upstream version 1.18.