From 3580f9e5c9a5172ebf995e6325f8a06b888efaa2 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 07:40:01 +0100 Subject: [PATCH] automatic version update by autodist [release 7.93-1mamba;Sun Sep 04 2022] --- nmap.spec | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/nmap.spec b/nmap.spec index 9e8e7c4..b55bc05 100644 --- a/nmap.spec +++ b/nmap.spec @@ -2,14 +2,14 @@ %define with_zenmap 1 Name: nmap -Version: 7.92 +Version: 7.93 Release: 1mamba Epoch: 1 Summary: Network exploration tool and security scanner Group: Network/Security Vendor: openmamba Distribution: openmamba -Packager: Aleph0 +Packager: Silvan Calarco URL: https://nmap.org/ Source0: http://download.insecure.org/nmap/dist/nmap-%{version}.tar.bz2 # desktop file got from kappfinder repository @@ -54,12 +54,12 @@ Summary: A graphical Front-End for Nmap Group: Graphical Desktop/Applications/Networking Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Provides: nmap-umit = %{?epoch:%epoch:}%{version}-%{release} -Obsoletes: nmap-frontend -Provides: nmap-frontend = %{?epoch:%epoch:}%{version}-%{release} -Obsoletes: nmap-gtk2 -Provides: nmap-gtk2 = %{?epoch:%epoch:}%{version}-%{release} -Obsoletes: umit -Provides: umit = %{?epoch:%epoch:}%{version}-%{release} +Provides: nmap-frontend +Obsoletes: nmap-frontend < 1:7.93 +Provides: nmap-gtk2 +Obsoletes: nmap-gtk2 < 1:7.93 +Provides: umit +Obsoletes: umit < 1:7.93 %description -n zenmap Nmap is a utility for network exploration or security auditing. @@ -82,10 +82,11 @@ cd .. --with-liblua=%{_prefix} \ %endif %if %with_zenmap - --with-umit + --with-umit \ %else - --without-umit + --without-umit \ %endif + PYTHON=%{__python27} %make @@ -154,15 +155,18 @@ rm -f %{buildroot}%{_datadir}/applications/zenmap-root.desktop %{_datadir}/zenmap/su-to-zenmap.sh %doc %{_datadir}/zenmap/docs %{_datadir}/zenmap/misc -%{python_sitelib}/ndiff.py* -%{python_sitelib}/radialnet/* -%{python_sitelib}/zenmapCore -%{python_sitelib}/zenmapGUI -%{python_sitelib}/zenmap-%{version}-py%{python_version}.egg-info +%{python27_sitelib}/ndiff.py* +%{python27_sitelib}/radialnet/* +%{python27_sitelib}/zenmapCore +%{python27_sitelib}/zenmapGUI +%{python27_sitelib}/zenmap-%{version}-py%{python27_version}.egg-info %{_mandir}/man1/zenmap.* %endif %changelog +* Sun Sep 04 2022 Automatic Build System 7.93-1mamba +- automatic version update by autodist + * Sun Aug 08 2021 Automatic Build System 7.92-1mamba - automatic version update by autodist