From d81a5aab96ef0541d9dbe6457d68d9d0d72ef0b34c45b820a353fad525130f8e Mon Sep 17 00:00:00 2001 From: Michael Chang Date: Thu, 5 Oct 2023 00:55:59 +0000 Subject: [PATCH] Accepting request 1114285 from home:favogt:branches:Base:System - Add BuildIgnore to break cycle with the branding package OBS-URL: https://build.opensuse.org/request/show/1114285 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=465 --- grub2.changes | 5 +++++ grub2.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/grub2.changes b/grub2.changes index 6a6c424..f0a6994 100644 --- a/grub2.changes +++ b/grub2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 29 08:38:13 UTC 2023 - Fabian Vogt + +- Add BuildIgnore to break cycle with the branding package + ------------------------------------------------------------------- Wed Sep 27 03:37:10 UTC 2023 - Gary Ching-Pang Lin diff --git a/grub2.spec b/grub2.spec index f35da99..c24a34a 100644 --- a/grub2.spec +++ b/grub2.spec @@ -157,6 +157,9 @@ BuildRequires: update-bootloader-rpm-macros %endif %ifarch %{efi} +# The branding package requires grub2. It's not necessary here, +# so break the dep to avoid a cycle. +#!BuildIgnore: grub2 BuildRequires: grub2-branding BuildRequires: squashfs %endif