* Mon Nov 08 2021 Miroslav Rezanina <mrezanin@redhat.com> - 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)
This commit is contained in:
parent
d3a8a81d68
commit
388ce7cb6c
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: hyperv-daemons
|
Name: hyperv-daemons
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 0.37%{?snapver}%{?dist}
|
Release: 0.38%{?snapver}%{?dist}
|
||||||
Summary: Hyper-V daemons suite
|
Summary: Hyper-V daemons suite
|
||||||
|
|
||||||
License: GPLv2
|
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
|
Patch0004: 0004-Update-C-files-and-scripts-to-kernel-version-5.7-rc1.patch
|
||||||
Patch0005: 0005-Add-vmbus_testing-tool-build-files.patch
|
Patch0005: 0005-Add-vmbus_testing-tool-build-files.patch
|
||||||
Patch0006: 0006-tools-hv-change-http-to-https-in-hv_kvp_daemon.c.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
|
# The base empty (a.k.a. virtual) package can not be noarch
|
||||||
# due to http://www.rpm.org/ticket/78
|
# due to http://www.rpm.org/ticket/78
|
||||||
ExclusiveArch: i686 x86_64
|
ExclusiveArch: i686 x86_64 aarch64
|
||||||
|
|
||||||
Requires: hypervkvpd = %{version}-%{release}
|
Requires: hypervkvpd = %{version}-%{release}
|
||||||
Requires: hypervvssd = %{version}-%{release}
|
Requires: hypervvssd = %{version}-%{release}
|
||||||
@ -267,6 +269,11 @@ fi
|
|||||||
%{_sbindir}/vmbus_testing
|
%{_sbindir}/vmbus_testing
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 08 2021 Miroslav Rezanina <mrezanin@redhat.com> - 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 <mboddu@redhat.com> - 0-0.37.20190303git
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0-0.37.20190303git
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user