diff --git a/grubby.spec b/grubby.spec index 996a8f759e47a57117786b5fc4c1daf6f2ffa322..24b6e0d10cf5b1693e3a3467cde243a1fe966135 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 + * Mon Nov 28 2022 Wenlong Zhang - 8.40-30 - add loongarch support for grubby