From e546eb3f3b0b546e50a1f29f74ede5a270b5ed74 Mon Sep 17 00:00:00 2001 From: znzjugod Date: Thu, 16 Feb 2023 12:14:32 +0000 Subject: [PATCH] update grubby.spec. Signed-off-by: znzjugod --- grubby.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/grubby.spec b/grubby.spec index 5bcc0f5..6080bde 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,6 +1,6 @@ Name: grubby Version: 8.40 -Release: 26 +Release: 27 Summary: Update and display information about the configuration files License: GPLv2+ URL: https://github.com/rhinstaller/grubby @@ -67,7 +67,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} @@ -107,6 +107,9 @@ sed -e "s,@@LIBEXECDIR@@,%{_libexecdir}/installkernel,g" %{SOURCE3} > %{buildroo %{_mandir}/man8/*.8* %changelog +* Thu Feb 16 2023 zhangnan - 8.40-27 +- add make check in spec + * Thu Jan 7 2021 yangzhuangzhuang - 8.40-26 - Fix the following problem:The grub.cfg file is modified.As a result,the system fails to start. -- Gitee