diff --git a/grubby.spec b/grubby.spec index 5bcc0f5c48210250c185c7ccc6e4b3b7a0428721..6080bde98298bc8504bfc41df45002003d727b60 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.