From d1a2f3b5e0bd41422481cb4a12a8f39d3e40a20a Mon Sep 17 00:00:00 2001 From: kircher Date: Sat, 22 Feb 2020 15:44:11 +0800 Subject: [PATCH] update nmap.spec. --- nmap.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/nmap.spec b/nmap.spec index 0f136bb..b0335c7 100644 --- a/nmap.spec +++ b/nmap.spec @@ -3,7 +3,7 @@ Name: nmap Epoch: 2 Version: 7.70 -Release: 10 +Release: 11 License: Nmap Summary: A tool for network discovery and security auditing. Requires: %{name}-ncat = %{epoch}:%{version}-%{release} @@ -56,6 +56,9 @@ ln -s ncat %{buildroot}%{_bindir}/nc %find_lang nmap --with-man +%check +make check + %files -f nmap.lang %defattr(-,root,root) %exclude %{_datadir}/ncat @@ -70,6 +73,12 @@ ln -s ncat %{buildroot}%{_bindir}/nc %{_mandir}/man1/*.1.gz %changelog +* Sat Feb 22 2020 openEuler Buildteam - 2:7.70-11 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:add make check + * Sat Jan 11 2020 openEuler Buildteam - 2:7.70-10 - Type:NA - ID:NA