enable DT check

This commit is contained in:
xingwei 2023-09-15 15:07:15 +08:00
parent 837f9db3d0
commit a8756addf0

View File

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