diff --git a/grubby.spec b/grubby.spec index 7aa100ab7757686a537de19e8d95ba6c6cf7733b..e495e94f6a45c35023cb42b93016360bd158cd56 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,6 +1,6 @@ Name: grubby Version: 8.40 -Release: 27 +Release: 28 Summary: Update and display information about the configuration files License: GPLv2+ URL: https://github.com/rhinstaller/grubby @@ -69,7 +69,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} @@ -109,6 +109,9 @@ sed -e "s,@@LIBEXECDIR@@,%{_libexecdir}/installkernel,g" %{SOURCE3} > %{buildroo %{_mandir}/man8/*.8* %changelog +* Thu Feb 16 2023 zhangnan - 8.40-28 +- add make check in spec + * Wed Jan 11 2023 zhangnan - 8.40.-27 - fix delete the last kernel menuentry error