From 3aa6e518eaf1feb9b1587e691b067bf5b3e108c2 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: May 16 2019 01:32:42 +0000 Subject: build on armhfp --- diff --git a/SPECS/qemu-guest-agent.spec b/SPECS/qemu-guest-agent.spec index 297bc69..b8a969b 100644 --- a/SPECS/qemu-guest-agent.spec +++ b/SPECS/qemu-guest-agent.spec @@ -15,7 +15,7 @@ %global have_usbredir 0 %endif -%ifarch s390 s390x +%ifarch s390 s390x %{arm} %global have_librdma 0 %global have_numa 0 %global have_tcmalloc 0 @@ -48,6 +48,10 @@ %global kvm_target aarch64 %global have_fdt 1 %endif +%ifarch %{arm} + %global kvm_target arm + %global have_fdt 1 +%endif #Versions of various parts: @@ -259,6 +263,9 @@ install -m 0644 qemu-ga.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/ %changelog +* Thu May 16 2019 Johnny Hughes +- Build on armhfp + * Tue Jul 24 2018 Miroslav Rezanina - 2.12.0-2.el7 - qemuga-qemu-ga-make-get-fsinfo-work-over-pci-bridges.patch [bz#1567041] - qemuga-qga-fix-driver-leak-in-guest-get-fsinfo.patch [bz#1567041]