Hello community,

here is the log from the commit of package arp-scan for openSUSE:Factory 
checked in at 2018-05-29 10:37:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arp-scan (Old)
 and      /work/SRC/openSUSE:Factory/.arp-scan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "arp-scan"

Tue May 29 10:37:12 2018 rev:4 rq:610986 version:1.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/arp-scan/arp-scan.changes        2016-05-12 
09:33:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.arp-scan.new/arp-scan.changes   2018-05-29 
10:37:19.233323042 +0200
@@ -1,0 +2,6 @@
+Mon May 21 10:37:09 UTC 2018 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Adjust dependencies
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ arp-scan.spec ++++++
--- /var/tmp/diff_new_pack.FaGrKS/_old  2018-05-29 10:37:19.797302218 +0200
+++ /var/tmp/diff_new_pack.FaGrKS/_new  2018-05-29 10:37:19.801302071 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package arp-scan
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,14 +20,15 @@
 Version:        1.9
 Release:        0
 Summary:        ARP scanning and fingerprinting tool
-License:        GPL-3.0 and LGPL-2.1 and ISC
-Group:          Productivity/Networking/Security
 # strlcpy.c and strlcat.c have ISC header and embeded {getopt,obstack}.{c,h} 
has LGPL-2.1
-Url:            https://github.com/royhills/arp-scan
+License:        GPL-3.0-only AND LGPL-2.1-only AND ISC
+Group:          Productivity/Networking/Security
+URL:            https://github.com/royhills/arp-scan
 Source:         
https://github.com/royhills/arp-scan/releases/download/%{version}/arp-scan-%{version}.tar.gz
 Patch0:         arp-scan-avoid-crash.patch
 BuildRequires:  libpcap-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl-macros
+%{perl_requires}
 
 %description
 arp-scan is a command-line tool that uses the ARP protocol to discover and 
fingerprint IP hosts on the local network.
@@ -46,20 +47,19 @@
 make %{?_smp_mflags} check
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS ChangeLog NEWS README TODO
 %{_bindir}/arp-fingerprint
 %{_bindir}/arp-scan
 %{_bindir}/get-iab
 %{_bindir}/get-oui
 %{_datadir}/arp-scan
-%{_mandir}/man1/arp-fingerprint.1%{ext_man}
-%{_mandir}/man1/arp-scan.1%{ext_man}
-%{_mandir}/man1/get-iab.1%{ext_man}
-%{_mandir}/man1/get-oui.1%{ext_man}
-%{_mandir}/man5/mac-vendor.5%{ext_man}
+%{_mandir}/man1/arp-fingerprint.1%{?ext_man}
+%{_mandir}/man1/arp-scan.1%{?ext_man}
+%{_mandir}/man1/get-iab.1%{?ext_man}
+%{_mandir}/man1/get-oui.1%{?ext_man}
+%{_mandir}/man5/mac-vendor.5%{?ext_man}
 
 %changelog


Reply via email to