!52 [sync] PR-47: enable DT check
From: @openeuler-sync-bot Reviewed-by: @robertxw Signed-off-by: @robertxw
This commit is contained in:
commit
bcbe209048
11
nmap.spec
11
nmap.spec
@ -3,7 +3,7 @@
|
|||||||
Name: nmap
|
Name: nmap
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 7.92
|
Version: 7.92
|
||||||
Release: 6
|
Release: 7
|
||||||
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}
|
||||||
@ -44,6 +44,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
|
||||||
|
|
||||||
@ -69,6 +72,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.92-7
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:enable dt check
|
||||||
|
|
||||||
* Wed Aug 23 2023 xingwei <xingwei14@h-partners.com> - 2:7.92-6
|
* Wed Aug 23 2023 xingwei <xingwei14@h-partners.com> - 2:7.92-6
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:
|
- CVE:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user