!54 [sync] PR-49: enable DT check

From: @openeuler-sync-bot 
Reviewed-by: @robertxw 
Signed-off-by: @robertxw
This commit is contained in:
openeuler-ci-bot 2023-12-28 12:08:48 +00:00 committed by Gitee
commit f525b7f27c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: nmap
Epoch: 2
Version: 7.80
Release: 2
Release: 3
License: Nmap
Summary: A tool for network discovery and security auditing.
Requires: %{name}-ncat = %{epoch}:%{version}-%{release}
@ -39,6 +39,9 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
sed -i 's/-md/-mf/' nping/docs/nping.1
%check
make check
%install
make DESTDIR=%{buildroot} STRIP=true install
@ -64,6 +67,12 @@ ln -s ncat %{buildroot}%{_bindir}/nc
%{_mandir}/man1/*.1.gz
%changelog
* Fri Sep 15 2023 xingwei <xingwei14@h-partners.com> - 2:7.80-3
- Type:bugfix
- CVE:
- SUG:NA
- DESC:enable dt check
* Wed Aug 23 2023 xingwei <xingwei14@h-partners.com> - 2:7.80-2
- Type:bugfix
- CVE: