rebuild to fix pyrequires with python26 requirements [release 7.91-2mamba;Sat Jan 02 2021]
This commit is contained in:
parent
48079d3166
commit
74a862a5d8
15
nmap.spec
15
nmap.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: nmap
|
Name: nmap
|
||||||
Version: 7.91
|
Version: 7.91
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Network exploration tool and security scanner
|
Summary: Network exploration tool and security scanner
|
||||||
Group: Network/Security
|
Group: Network/Security
|
||||||
@ -19,7 +19,7 @@ Patch0: nmap-6.25-libnl-3.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libapr-devel
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
%if %with_systemlua
|
%if %with_systemlua
|
||||||
BuildRequires: liblua-devel
|
BuildRequires: liblua-devel
|
||||||
@ -27,12 +27,13 @@ BuildRequires: liblua-devel
|
|||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
BuildRequires: libpcre-devel
|
BuildRequires: libpcre-devel
|
||||||
|
BuildRequires: libssh2-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
%if %with_zenmap
|
%if %with_zenmap
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libstdc++6-devel
|
|
||||||
BuildRequires: subversion-devel
|
|
||||||
## AUTOBUILDREQ-END
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
@ -60,7 +61,6 @@ Obsoletes: nmap-gtk2
|
|||||||
Provides: nmap-gtk2 = %{?epoch:%epoch:}%{version}-%{release}
|
Provides: nmap-gtk2 = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Obsoletes: umit
|
Obsoletes: umit
|
||||||
Provides: umit = %{?epoch:%epoch:}%{version}-%{release}
|
Provides: umit = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
%py_requires
|
|
||||||
|
|
||||||
%description -n zenmap
|
%description -n zenmap
|
||||||
Nmap is a utility for network exploration or security auditing.
|
Nmap is a utility for network exploration or security auditing.
|
||||||
@ -164,6 +164,9 @@ rm -f %{buildroot}%{_datadir}/applications/zenmap-root.desktop
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 02 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 7.91-2mamba
|
||||||
|
- rebuild to fix pyrequires with python26 requirements
|
||||||
|
|
||||||
* Sun Oct 11 2020 Automatic Build System <autodist@mambasoft.it> 7.91-1mamba
|
* Sun Oct 11 2020 Automatic Build System <autodist@mambasoft.it> 7.91-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user