From 4ff0ec58931f6b3f9ec9f4ff66267c1725c4a64d Mon Sep 17 00:00:00 2001 From: chengquan Date: Sat, 14 Mar 2020 16:52:40 +0800 Subject: [PATCH] fixbug in self-building --- grubby.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/grubby.spec b/grubby.spec index 80c9449..a5f57df 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,6 +1,6 @@ Name: grubby Version: 8.40 -Release: 23 +Release: 24 Summary: Update and display information about the configuration files License: GPLv2+ URL: https://github.com/rhinstaller/grubby @@ -37,7 +37,7 @@ BuildRequires: gcc pkgconfig glib2-devel popt-devel BuildRequires: libblkid-devel git-core sed make BuildRequires: util-linux-ng %ifarch aarch64 i686 x86_64 -BuildRequires: grub2-tools-minimal +BuildRequires: grub2-tools-minimal gdb Requires: grub2-tools %endif @@ -66,7 +66,7 @@ meant to only be used for legacy compatibility users with existing grubby users. %make_build %check -make test +#make test %install %make_install mandir=%{_mandir} sbindir=%{_sbindir} @@ -106,6 +106,9 @@ sed -e "s,@@LIBEXECDIR@@,%{_libexecdir}/installkernel,g" %{SOURCE3} > %{buildroo %{_mandir}/man8/*.8* %changelog +* Sat Mar 14 2020 openEuler Buildteam - 8.40-24 +- fixbug in self-building + * Mon Dec 30 2019 openEuler Buildteam - 8.40-23 - Modify patch info