From b7c0c0fa013aad2670a79bb7927fce18d1f99af5 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mar 10 2021 12:43:39 +0000 Subject: Remove grub2-tools-efi dependency on aarch64 as it's not built there --- diff --git a/kiwi.spec b/kiwi.spec index 2ea01ec..00b5065 100644 --- a/kiwi.spec +++ b/kiwi.spec @@ -12,7 +12,7 @@ and cloud systems like Xen, KVM, VMware, EC2 and more. Name: kiwi Version: 9.23.20 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://osinside.github.io/kiwi/ Summary: Flexible operating system image builder License: GPLv3+ @@ -151,7 +151,7 @@ Requires: grub2-tools Requires: grub2-tools-extra Requires: grub2-tools-minimal %endif -%ifarch x86_64 aarch64 +%ifarch x86_64 Requires: grub2-tools-efi %endif %ifarch x86_64 @@ -522,6 +522,9 @@ done # Empty metapackage %changelog +* Wed Mar 10 2021 Neal Gompa - 9.23.20-2 +- Remove grub2-tools-efi dependency on aarch64 as it's not built there + * Mon Mar 08 2021 Neal Gompa - 9.23.20-1 - Update to 9.23.20 (RH#1904111) - Sync systemdeps subpackage structure from upstream for OBS compatibility