From 9e94037198e23904538f6a184397ad04e5ce8c66 Mon Sep 17 00:00:00 2001 From: znzjugod Date: Thu, 16 Feb 2023 11:58:21 +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 d6942be..25a6bf4 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,6 +1,6 @@ Name: grubby Version: 8.40 -Release: 30 +Release: 31 Summary: Update and display information about the configuration files License: GPLv2+ URL: https://github.com/rhinstaller/grubby @@ -70,7 +70,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} @@ -110,6 +110,9 @@ sed -e "s,@@LIBEXECDIR@@,%{_libexecdir}/installkernel,g" %{SOURCE3} > %{buildroo %{_mandir}/man8/*.8* %changelog +* Thu Feb 16 2023 zhangnan - 8.40-31 +- add make check in spec + * Tue Nov 01 2022 Wenlong Zhang - 8.40-30 - add loongarch support for grubby -- Gitee