From f665e6d3dfc02a2a54db7e448a9c358698f1b05b Mon Sep 17 00:00:00 2001 From: chenyaqiang Date: Fri, 17 Jul 2020 17:35:36 +0800 Subject: [PATCH] =?UTF-8?q?remove=20repeated=20buildrequest=20packge=20?= =?UTF-8?q?=E2=80=9Crpm-devel=E2=80=9D=20in=20grub2.spec?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grub2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/grub2.spec b/grub2.spec index 6f6d257..b5e8cd0 100644 --- a/grub2.spec +++ b/grub2.spec @@ -7,7 +7,7 @@ Name: grub2 Epoch: 1 Version: 2.02 -Release: 74 +Release: 75 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 @@ -363,6 +363,10 @@ fi %{_datadir}/man/man* %changelog + +* Fri July 17 2020 chenyaqiang - 2.02-75 +- remove repeated buildrequest packge “rpm-devel” in grub2.spec + * Fri Apr 24 2020 fengtao - 2.02-74 - exclude two cmd in grub2-tools -- Gitee