diff --git a/SPECS/hyperv-daemons.spec b/SPECS/hyperv-daemons.spec index 6168f46..95c1b20 100644 --- a/SPECS/hyperv-daemons.spec +++ b/SPECS/hyperv-daemons.spec @@ -13,7 +13,7 @@ Name: hyperv-daemons Version: 0 -Release: 0.30%{?snapver}%{?dist} +Release: 0.31%{?snapver}%{?dist} Summary: Hyper-V daemons suite Group: System Environment/Daemons @@ -58,11 +58,13 @@ Patch3: hvd-Update-C-files-and-scripts-to-kernel-version-5.7-rc1.patch Patch4: hvd-Add-vmbus_testing-tool-build-files.patch # For bz#1886104 - [Hyper-V][RHEL8.4] Update Hyper-V-Daemons Patch5: hvd-tools-hv-change-http-to-https-in-hv_kvp_daemon.c.patch +# For bz#2020141 - [Hyper-V][RHEL8.6][ARM64] No hyperv-daemons package built for aarch64 platform +# Patch6: hpvd-Enable-build-on-aarch64.patch -# Hyper-V is available only on x86 architectures +# 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} @@ -285,6 +287,11 @@ fi %{_sbindir}/vmbus_testing %changelog +* Wed Nov 10 2021 Jon Maloy - 0-0.31.20180415git.el8 +- hpvd-Enable-build-on-aarch64.patch [bz#2020141] +- Resolves: bz#2020141 + ([Hyper-V][RHEL8.6][ARM64] No hyperv-daemons package built for aarch64 platform) + * Thu Dec 03 2020 Miroslav Rezanina - 0-0.30.20180415git.el8 - hvd-tools-hv-change-http-to-https-in-hv_kvp_daemon.c.patch [bz#1886104] - Resolves: bz#1886104