Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package arpwatch for openSUSE:Factory 
checked in at 2021-01-28 21:28:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arpwatch (Old)
 and      /work/SRC/openSUSE:Factory/.arpwatch.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "arpwatch"

Thu Jan 28 21:28:44 2021 rev:31 rq:867466 version:2.1a15

Changes:
--------
--- /work/SRC/openSUSE:Factory/arpwatch/arpwatch.changes        2020-10-20 
16:30:52.862591410 +0200
+++ /work/SRC/openSUSE:Factory/.arpwatch.new.28504/arpwatch.changes     
2021-01-28 21:28:45.220224338 +0100
@@ -1,0 +2,5 @@
+Thu Jan 28 10:22:41 UTC 2021 - Johannes Segitz <jseg...@suse.com>
+
+- Include arp2ethers script (jsc#SLE-17224)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ arpwatch.spec ++++++
--- /var/tmp/diff_new_pack.ntBqjL/_old  2021-01-28 21:28:45.836225264 +0100
+++ /var/tmp/diff_new_pack.ntBqjL/_new  2021-01-28 21:28:45.840225270 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package arpwatch
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,8 @@
 
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
-  %define _fillupdir /var/adm/fillup-templates
+  %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
-
 Name:           arpwatch
 Version:        2.1a15
 Release:        0
@@ -80,7 +79,7 @@
 
 %build
 %configure
-make ARPDIR=%{_localstatedir}/lib/arpwatch %{?_smp_mflags}
+%make_build ARPDIR=%{_localstatedir}/lib/arpwatch
 
 %install
 mkdir -p \
@@ -107,6 +106,8 @@
 d /var/lib/arpwatch - - - -
 f /var/lib/arpwatch/arp.dat - - - -
 EOF
+mkdir %{buildroot}%{_bindir}
+install -m 0755 arp2ethers %{buildroot}%{_bindir}
 
 %pre
 %service_add_pre arpwatch.service arpwatch@.service
@@ -129,11 +130,12 @@
 %{_sbindir}/rcarpwatch
 %{_sbindir}/arpsnmp
 %{_sbindir}/arpwatch
+%{_bindir}/arp2ethers
 %ghost %dir %{_localstatedir}/lib/arpwatch
 %ghost %{_localstatedir}/lib/arpwatch/arp.dat
 %{_fillupdir}/sysconfig.arpwatch
-%{_mandir}/man8/arpsnmp.8%{ext_man}
-%{_mandir}/man8/arpwatch.8%{ext_man}
+%{_mandir}/man8/arpsnmp.8%{?ext_man}
+%{_mandir}/man8/arpwatch.8%{?ext_man}
 %doc CHANGES FILES README
 
 %files ethercodes-build

Reply via email to