diff --git a/SPECS/hyperv-daemons.spec b/SPECS/hyperv-daemons.spec index 279b477..bf1c639 100644 --- a/SPECS/hyperv-daemons.spec +++ b/SPECS/hyperv-daemons.spec @@ -13,7 +13,7 @@ Name: hyperv-daemons Version: 0 -Release: 0.37%{?snapver}%{?dist} +Release: 0.38%{?snapver}%{?dist} Summary: Hyper-V daemons suite License: GPLv2 @@ -48,10 +48,12 @@ Patch0002: 0002-Do-not-set-NM_CONTROLLED-no.patch Patch0004: 0004-Update-C-files-and-scripts-to-kernel-version-5.7-rc1.patch Patch0005: 0005-Add-vmbus_testing-tool-build-files.patch Patch0006: 0006-tools-hv-change-http-to-https-in-hv_kvp_daemon.c.patch -# Hyper-V is available only on x86 architectures +# Source-git patches + +# Hyper-V is available only on x86 and aarch64 architectures # The base empty (a.k.a. virtual) package can not be noarch # due to http://www.rpm.org/ticket/78 -ExclusiveArch: i686 x86_64 +ExclusiveArch: i686 x86_64 aarch64 Requires: hypervkvpd = %{version}-%{release} Requires: hypervvssd = %{version}-%{release} @@ -267,6 +269,11 @@ fi %{_sbindir}/vmbus_testing %changelog +* Mon Nov 08 2021 Miroslav Rezanina - 0-0.38.20190303git +- hpvd-Enable-build-on-aarch64.patch [bz#2020148] +- Resolves: bz#2020148 + ([Hyper-V][RHEL9.0][ARM] No hyperv-daemons package built for aarch64 platform) + * Mon Aug 09 2021 Mohan Boddu - 0-0.37.20190303git - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688