diff --git a/sed.spec b/sed.spec index e9390847db987292221d078a632605545e1ca5ba..7175e8d45f94627585d9a21f220926217093291c 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 + * Thu Dec 15 2022 zhangruifang2020 - 4.8-5 - Type:enhancement - ID:NA