diff --git a/sed.spec b/sed.spec index 98d0a1ce426cec1bdc2c7fd27f61ed976e8cbacd..0a7d611dbd8c3bd9f8dabe3364a29382126ca9dd 100644 --- a/sed.spec +++ b/sed.spec @@ -1,6 +1,6 @@ Name: sed Version: 4.9 -Release: 2 +Release: 3 Summary: non-interactive command-line text editor License: GPLv3+ @@ -33,6 +33,8 @@ Man pages and other related documents for %{name}. %build %configure --without-included-regex make %{?_smp_mflags} + +%check make check %install @@ -50,6 +52,12 @@ make check %{_mandir}/man1/*.1.gz %changelog +* Sun Apr 23 2023 zhangruifang - 4.9-3 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:Modify the check based on the spec specifications + * Fri Apr 14 2023 fuanan - 4.9-2 - Type:enhancement - ID:NA