From 438e77f53e11d1b7288ec4fd3458fe1a56809bb9 Mon Sep 17 00:00:00 2001 From: jxy_git Date: Tue, 23 Aug 2022 17:12:22 +0800 Subject: [PATCH] Add install require edk2-aarch64 (cherry picked from commit d7a79b0592c4138834a83ca46052ff4906a638e1) --- ovirt-host.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ovirt-host.spec b/ovirt-host.spec index ff89581..39a377b 100644 --- a/ovirt-host.spec +++ b/ovirt-host.spec @@ -2,11 +2,10 @@ Name: ovirt-host Version: 4.4.1 -Release: 3 +Release: 4 Summary: Track required packages for oVirt hosts License: ASL 2.0 URL: https://www.ovirt.org/ - Source0: LICENSE Requires: %{name}-dependencies = %{version}-%{release} @@ -17,6 +16,10 @@ Requires: cockpit-dashboard Requires: cockpit-networkmanager %ifarch x86_64 Requires: cockpit-ovirt-dashboard +Requires: edk2-ovmf +%endif +%ifarch aarch64 +Requires: edk2-aarch64 %endif Requires: firewalld Requires: python3-firewall @@ -140,6 +143,9 @@ cp %{SOURCE0} . %license LICENSE %changelog +* Tue Aug 23 2022 jiangxinyu - 4.4.1-4 +- Add install require edk2-aarch64 + * Wed Aug 10 2022 jiangxinyu - 4.4.1-3 - Remove unnecessary requires