From ae7b070c818984b1e833236eac4b9b3286d96c38 Mon Sep 17 00:00:00 2001 From: Qin Fandong Date: Mon, 26 May 2025 09:15:40 +0800 Subject: [PATCH] remove unused dependency grub2-efi-ia32-modules Signed-off-by: Qin Fandong (cherry picked from commit 435759d95a12fda7e2dbfd88cf33a827b9c3f815) --- kiwi.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/kiwi.spec b/kiwi.spec index 8377f2f..b4dad2b 100644 --- a/kiwi.spec +++ b/kiwi.spec @@ -2,7 +2,7 @@ Name: kiwi Version: 9.25.1 -Release: 3 +Release: 4 License: GPLv3+ Summary: Flexible operating system image builder @@ -50,7 +50,7 @@ Recommends: debootstrap jing Requires: uboot-tools grub2-efi-aa64-modules %endif %ifarch x86_64 -Requires: grub2-tools-efi grub2-efi-x64-modules grub2-efi-ia32-modules grub2-pc-modules +Requires: grub2-tools-efi grub2-efi-x64-modules grub2-pc-modules %endif Obsoletes: python2-%{name} < %{version}-%{release} @@ -195,6 +195,12 @@ done %{_mandir}/man8/%{name}* %changelog +* Thu Feb 22 2024 Qin Fandong - 9.25.1-4 +- Type: enhencement +- CVE:NA +- SUG:NA +- DESC:remove unused dependency grub2-efi-ia32-modules + * Fri Mar 29 2024 chenhuihan - 9.25.1-3 - back version to 9.25.1 -- Gitee