diff --git a/grub2.spec b/grub2.spec index 328672c716683e65d243eefaa4b6aac2d713ee35..ffccf13608db2a251a0fc6f2c90a4d6d8673b711 100644 --- a/grub2.spec +++ b/grub2.spec @@ -7,7 +7,7 @@ Name: grub2 Epoch: 1 Version: 2.02 -Release: 71 +Release: 72 Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -142,6 +142,11 @@ makeinfo --info --no-split -I docs -o docs/grub.info docs/grub.texi makeinfo --html --no-split -I docs -o docs/grub-dev.html docs/grub-dev.texi makeinfo --html --no-split -I docs -o docs/grub.html docs/grub.texi +%check +pushd %{_builddir}/%{?buildsubdir}/grub-%{grubefiarch}-%{tarversion}/grub-core +make check +popd + %install set -e @@ -356,6 +361,12 @@ fi %{_datadir}/man/man* %changelog +* Thu Feb 20 2020 openEuler Buildteam - 2.02-72 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:add make check function + * Sat Dec 21 2019 openEuler Buildteam - 2.02-71 - Type:cves - Id:NA