!35 Modify the check based on the spec specifications

From: @zhangruifang2020 
Reviewed-by: @hubin95 
Signed-off-by: @hubin95
This commit is contained in:
openeuler-ci-bot 2023-04-23 09:48:28 +00:00 committed by Gitee
commit cb0f6906e2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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