From d6d8226d1a97c9f7be59386990f521bd0eb30949 Mon Sep 17 00:00:00 2001 From: h00465007 Date: Thu, 20 Feb 2020 19:28:44 +0800 Subject: [PATCH] add test cast function --- grub2.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/grub2.spec b/grub2.spec index 328672c..ffccf13 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 -- Gitee