From ea49def5c7740496faeaac992e979a99fbc26581 Mon Sep 17 00:00:00 2001 From: zhangruifang2020 Date: Sun, 23 Apr 2023 16:40:54 +0800 Subject: [PATCH] Modify the check based on the spec specifications --- sed.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sed.spec b/sed.spec index 9e521eb..468fa7d 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+ @@ -39,6 +39,8 @@ Man pages and other related documents for %{name}. %build %configure --without-included-regex make %{?_smp_mflags} + +%check make check %install @@ -56,6 +58,12 @@ make check %{_mandir}/man1/*.1.gz %changelog +* Sun Apr 23 2023 zhangruifang - 4.8-6 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:Modify the check based on the spec specifications + * Mon Dec 12 2022 laotan2 - 4.8-5 - Type:enhancement - ID:NA -- Gitee