automatic version update by autodist [release 1.9.5-1mamba;Sat Jul 20 2019]

This commit is contained in:
Automatic Build System 2024-01-05 20:33:49 +01:00
parent 5184743a1b
commit e6811380db

View File

@ -1,13 +1,13 @@
Name: arp-scan Name: arp-scan
Version: 1.9 Version: 1.9.5
Release: 1mamba Release: 1mamba
Summary: ARP scanning and fingerprinting tool Summary: ARP scanning and fingerprinting tool
Group: Applications/Networking Group: Applications/Networking
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: openmamba WebBuild System <webbuild@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.nta-monitor.com/tools-resources/security-tools/arp-scan URL: http://www.nta-monitor.com/tools-resources/security-tools/arp-scan
Source: http://www.nta-monitor.com/files/arp-scan/arp-scan-%{version}.tar.gz Source: https://github.com/royhills/arp-scan.git/%{version}/arp-scan-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -24,6 +24,7 @@ Arp-scan is a command-line tool that uses the ARP protocol to discover and finge
%setup -q %setup -q
%build %build
autoreconf -f -i
%configure %configure
%make %make
@ -42,5 +43,8 @@ Arp-scan is a command-line tool that uses the ARP protocol to discover and finge
%doc AUTHORS COPYING ChangeLog NEWS %doc AUTHORS COPYING ChangeLog NEWS
%changelog %changelog
* Sat Jul 20 2019 Automatic Build System <autodist@mambasoft.it> 1.9.5-1mamba
- automatic version update by autodist
* Thu Sep 12 2013 openmamba WebBuild System <webbuild@openmamba.org> 1.9-1mamba * Thu Sep 12 2013 openmamba WebBuild System <webbuild@openmamba.org> 1.9-1mamba
- package created by stefano using the webbuild interface - package created by stefano using the webbuild interface