Modify the check based on the spec specifications

(cherry picked from commit 824c91e6b322a5530645a36cd98ea40d56118c10)
This commit is contained in:
zhangruifang2020 2023-04-23 16:45:24 +08:00 committed by openeuler-sync-bot
parent 92e949ceab
commit 06c8bd195e

View File

@ -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 <zhangruifang1@h-partners.com> - 4.8-6
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:Modify the check based on the spec specifications
* Thu Dec 15 2022 zhangruifang2020<zhangruifang1@h-partners.com> - 4.8-5
- Type:enhancement
- ID:NA