Add install require edk2-aarch64

(cherry picked from commit d7a79b0592c4138834a83ca46052ff4906a638e1)
This commit is contained in:
jxy_git 2022-08-23 17:12:22 +08:00 committed by openeuler-sync-bot
parent 3fbbf986b1
commit 438e77f53e

View File

@ -2,11 +2,10 @@
Name: ovirt-host Name: ovirt-host
Version: 4.4.1 Version: 4.4.1
Release: 3 Release: 4
Summary: Track required packages for oVirt hosts Summary: Track required packages for oVirt hosts
License: ASL 2.0 License: ASL 2.0
URL: https://www.ovirt.org/ URL: https://www.ovirt.org/
Source0: LICENSE Source0: LICENSE
Requires: %{name}-dependencies = %{version}-%{release} Requires: %{name}-dependencies = %{version}-%{release}
@ -17,6 +16,10 @@ Requires: cockpit-dashboard
Requires: cockpit-networkmanager Requires: cockpit-networkmanager
%ifarch x86_64 %ifarch x86_64
Requires: cockpit-ovirt-dashboard Requires: cockpit-ovirt-dashboard
Requires: edk2-ovmf
%endif
%ifarch aarch64
Requires: edk2-aarch64
%endif %endif
Requires: firewalld Requires: firewalld
Requires: python3-firewall Requires: python3-firewall
@ -140,6 +143,9 @@ cp %{SOURCE0} .
%license LICENSE %license LICENSE
%changelog %changelog
* Tue Aug 23 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 4.4.1-4
- Add install require edk2-aarch64
* Wed Aug 10 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 4.4.1-3 * Wed Aug 10 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 4.4.1-3
- Remove unnecessary requires - Remove unnecessary requires