From bb2f42068faf1b6cfec410469c24155b029f9f95 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 534a1865fe07e41fe53fc221d9a52fc5f2f65404) --- kiwi.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/kiwi.spec b/kiwi.spec index d65e841..542393b 100644 --- a/kiwi.spec +++ b/kiwi.spec @@ -2,7 +2,7 @@ Name: kiwi Version: 9.25.1 -Release: 2 +Release: 3 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-3 +- Type: enhencement +- CVE:NA +- SUG:NA +- DESC:remove unused dependency grub2-efi-ia32-modules + * Thu Feb 22 2024 luofng - 9.25.1-2 - Type: enhencement - CVE:NA -- Gitee