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
This commit is contained in:
Michael Chang 2023-10-05 00:55:59 +00:00 committed by Git OBS Bridge
parent cd35f7c278
commit d81a5aab96
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 29 08:38:13 UTC 2023 - Fabian Vogt <fvogt@suse.com>
- Add BuildIgnore to break cycle with the branding package
-------------------------------------------------------------------
Wed Sep 27 03:37:10 UTC 2023 - Gary Ching-Pang Lin <glin@suse.com>

View File

@ -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