From 4dc0492efb208e0cbb2a5bb22f6c4fdc31e7135f Mon Sep 17 00:00:00 2001 From: quanhongfei <2506045831@qq.com> Date: Fri, 20 Nov 2020 15:56:50 +0800 Subject: [PATCH] remove duplicate rpm-devel in Buildrequires --- grub2.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/grub2.spec b/grub2.spec index 5bc8b68..573a3c6 100644 --- a/grub2.spec +++ b/grub2.spec @@ -7,7 +7,7 @@ Name: grub2 Epoch: 1 Version: 2.04 -Release: 4 +Release: 5 Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -27,7 +27,7 @@ Source12: installkernel.in %include %{SOURCE2} BuildRequires: gcc efi-srpm-macros flex bison binutils python3 ncurses-devel xz-devel -BuildRequires: freetype-devel libusb-devel bzip2-devel rpm-devel rpm-devel rpm-libs +BuildRequires: freetype-devel libusb-devel bzip2-devel rpm-devel rpm-libs BuildRequires: autoconf automake autogen device-mapper-devel freetype-devel git BuildRequires: texinfo gettext-devel dejavu-sans-fonts help2man systemd @@ -392,6 +392,12 @@ rm -r /boot/grub2.tmp/ || : %{_datadir}/man/man* %changelog +* Fri Nov 20 2020 quanhongfei - 2.04-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:remove duplicate rpm-devel in Buildrequires + * Tue Sep 1 2020 hanzhijun - 2.04-4 - remove 08_fallback_counting.in apply grubby -- Gitee