From 156163b11287cc5ff621357e4e26c2ea22f87c68 Mon Sep 17 00:00:00 2001 From: zhangruifang2020 Date: Thu, 15 Dec 2022 09:27:35 +0800 Subject: [PATCH] spec file add make check --- sed.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sed.spec b/sed.spec index 5c51acf..e939084 100644 --- a/sed.spec +++ b/sed.spec @@ -1,6 +1,6 @@ Name: sed Version: 4.8 -Release: 4 +Release: 5 Summary: non-interactive command-line text editor License: GPLv3+ @@ -39,6 +39,7 @@ Man pages and other related documents for %{name}. %build %configure --without-included-regex make %{?_smp_mflags} +make check %install %make_install @@ -55,6 +56,12 @@ make %{?_smp_mflags} %{_mandir}/man1/*.1.gz %changelog +* Thu Dec 15 2022 zhangruifang2020 - 4.8-5 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:spec file add make check + * Tue Oct 18 2022 laotan2 - 4.8-4 - Type:bugfix - ID:NA -- Gitee