From 7745e7be9348e8f30449ac6ade09ac8c1ec6ee2a Mon Sep 17 00:00:00 2001 From: xingwei Date: Fri, 15 Sep 2023 16:50:02 +0800 Subject: [PATCH] enable dt check (cherry picked from commit 4e3c21b0b9b62bcade6299e7ffd8416cf72a7e7e) --- nmap.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/nmap.spec b/nmap.spec index 90d026a..e529a63 100644 --- a/nmap.spec +++ b/nmap.spec @@ -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 - 2:7.80-3 +- Type:bugfix +- CVE: +- SUG:NA +- DESC:enable dt check + * Wed Aug 23 2023 xingwei - 2:7.80-2 - Type:bugfix - CVE: