diff --git a/arp-scan.spec b/arp-scan.spec index 3555fee..a6774d7 100644 --- a/arp-scan.spec +++ b/arp-scan.spec @@ -1,5 +1,5 @@ Name: arp-scan -Version: 1.9.8 +Version: 1.10.0 Release: 1mamba Summary: ARP scanning and fingerprinting tool Group: Applications/Networking @@ -11,7 +11,9 @@ Source: https://github.com/royhills/arp-scan.git/%{version}/arp-scan-%{ve License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libcap-devel BuildRequires: libpcap-devel +BuildRequires: perl-Text-CSV BuildRequires: perl-devel BuildRequires: perl-libwww ## AUTOBUILDREQ-END @@ -19,11 +21,13 @@ BuildRequires: perl-libwww %description Arp-scan is a command-line tool that uses the ARP protocol to discover and fingerprint IP hosts on the local network. +%debug_package + %prep %setup -q +autoreconf -f -i %build -autoreconf -f -i %configure %make @@ -36,12 +40,21 @@ autoreconf -f -i %files %defattr(-,root,root) -%{_bindir}/* -%{_datadir}/%{name} +%{_sysconfdir}/arp-scan/mac-vendor.txt +%{_bindir}/arp-fingerprint +%{_bindir}/arp-scan +%{_bindir}/get-iab +%{_bindir}/get-oui +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/* %{_mandir}/man?/* -%doc AUTHORS COPYING ChangeLog NEWS +%doc AUTHORS COPYING +#ChangeLog NEWS %changelog +* Thu Dec 15 2022 Automatic Build System 1.10.0-1mamba +- automatic version update by autodist + * Tue Oct 11 2022 Automatic Build System 1.9.8-1mamba - automatic version update by autodist