diff --git a/nmap.spec b/nmap.spec index b8c14cc..7ed6d37 100644 --- a/nmap.spec +++ b/nmap.spec @@ -3,7 +3,7 @@ Name: nmap Version: 7.91 -Release: 1mamba +Release: 2mamba Epoch: 1 Summary: Network exploration tool and security scanner Group: Network/Security @@ -19,7 +19,7 @@ Patch0: nmap-6.25-libnl-3.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libapr-devel +BuildRequires: ldconfig BuildRequires: libgcc %if %with_systemlua BuildRequires: liblua-devel @@ -27,12 +27,13 @@ BuildRequires: liblua-devel BuildRequires: libopenssl-devel BuildRequires: libpcap-devel BuildRequires: libpcre-devel +BuildRequires: libssh2-devel +BuildRequires: libstdc++6-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END %if %with_zenmap BuildRequires: libpython-devel %endif -BuildRequires: libstdc++6-devel -BuildRequires: subversion-devel -## AUTOBUILDREQ-END BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: libcairo-devel @@ -60,7 +61,6 @@ Obsoletes: nmap-gtk2 Provides: nmap-gtk2 = %{?epoch:%epoch:}%{version}-%{release} Obsoletes: umit Provides: umit = %{?epoch:%epoch:}%{version}-%{release} -%py_requires %description -n zenmap Nmap is a utility for network exploration or security auditing. @@ -164,6 +164,9 @@ rm -f %{buildroot}%{_datadir}/applications/zenmap-root.desktop %endif %changelog +* Sat Jan 02 2021 Silvan Calarco 7.91-2mamba +- rebuild to fix pyrequires with python26 requirements + * Sun Oct 11 2020 Automatic Build System 7.91-1mamba - automatic version update by autodist