diff --git a/sed.spec b/sed.spec index f34a10fc1da3231ea1ec6cfa0331f40af4760d1f..1d8a5f7fa3fdf52008120e63ceb42c52aa596cad 100644 --- a/sed.spec +++ b/sed.spec @@ -1,6 +1,6 @@ Name: sed Version: 4.8 -Release: 3 +Release: 4 Summary: non-interactive command-line text editor License: GPLv3+ @@ -35,6 +35,7 @@ Man pages and other related documents for %{name}. %build %configure --without-included-regex make %{?_smp_mflags} +make check %install %make_install @@ -51,6 +52,12 @@ make %{?_smp_mflags} %{_mandir}/man1/*.1.gz %changelog +* Fri Apr 14 2023 fuanan - 4.8-4 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:spec file add make check + * Wed Feb 10 2021 chenjialong - 4.8-3 - Type:NA - ID:NA