From d6ac479a8d91c73783c8b0d8e8c2c2aa031ddc8a Mon Sep 17 00:00:00 2001 From: zhangruifang2020 Date: Sun, 23 Apr 2023 16:35:41 +0800 Subject: [PATCH] Modify the check based on the spec specifications --- sed.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sed.spec b/sed.spec index 886181f..97d7dfb 100644 --- a/sed.spec +++ b/sed.spec @@ -1,6 +1,6 @@ Name: sed Version: 4.8 -Release: 5 +Release: 6 Summary: non-interactive command-line text editor License: GPLv3+ @@ -35,6 +35,8 @@ Man pages and other related documents for %{name}. %build %configure --without-included-regex make %{?_smp_mflags} + +%check make check %install @@ -52,6 +54,9 @@ make check %{_mandir}/man1/*.1.gz %changelog +* Sun Apr 23 2023 zhangruifang - 4.8-6 +- Modify the check based on the spec specifications + * Fri Apr 14 2023 fuanan - 4.8-5 - spec file add make check -- Gitee