diff --git a/sed.spec b/sed.spec index 9e521eb0f5c7a106174b4f889d370ad9a3fee576..468fa7d5fc7f638125fc268035d29614c628bf5a 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