Hello community,

here is the log from the commit of package arpwatch for openSUSE:Factory 
checked in at 2014-01-07 13:52:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arpwatch (Old)
 and      /work/SRC/openSUSE:Factory/.arpwatch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "arpwatch"

Changes:
--------
--- /work/SRC/openSUSE:Factory/arpwatch/arpwatch.changes        2013-03-28 
13:09:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.arpwatch.new/arpwatch.changes   2014-01-07 
13:52:19.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan  7 10:06:22 UTC 2014 - [email protected]
+
+- Rework arpwatch.service file to properly support multiple network
+  interfaces and arpwatch sysconfig file. (bnc#853384).
+
+-------------------------------------------------------------------

Old:
----
  arpwatch.service

New:
----
  [email protected]

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

Other differences:
------------------
++++++ arpwatch.spec ++++++
--- /var/tmp/diff_new_pack.UpEgt7/_old  2014-01-07 13:52:19.000000000 +0100
+++ /var/tmp/diff_new_pack.UpEgt7/_new  2014-01-07 13:52:19.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package arpwatch
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,7 +41,7 @@
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 %if 0%{?has_systemd}
-Source10:       arpwatch.service
+Source10:       [email protected]
 %else
 Source10:       arpwatch.init
 %endif
@@ -101,7 +101,7 @@
 done
 make DESTDIR=$RPM_BUILD_ROOT install-man
 %if 0%{?has_systemd}
-install -m 0754 $RPM_SOURCE_DIR/arpwatch.service $RPM_BUILD_ROOT/%{_unitdir}
+install -m 0754 $RPM_SOURCE_DIR/[email protected] $RPM_BUILD_ROOT/%{_unitdir}
 %else
 install -m 0754 $RPM_SOURCE_DIR/arpwatch.init 
$RPM_BUILD_ROOT/etc/init.d/arpwatch
 ln -sf ../../etc/init.d/arpwatch $RPM_BUILD_ROOT/%{_sbindir}/rcarpwatch
@@ -113,14 +113,14 @@
 
 %preun
 %if 0%{?has_systemd}
-%service_del_preun arpwatch.service
+%service_del_preun [email protected]
 %else
 %stop_on_removal arpwatch
 %endif
 
 %post
 %if 0%{?has_systemd}
-%service_add_post arpwatch.service
+%service_add_post arpwatch\@.service
 %fillup_only
 %else
 %fillup_and_insserv
@@ -131,7 +131,7 @@
 
 %postun
 %if 0%{?has_systemd}
-%service_del_postun arpwatch.service
+%service_del_postun [email protected]
 %else
 %restart_on_update arpwatch
 %insserv_cleanup
@@ -140,7 +140,7 @@
 %files
 %defattr(-,root,root)
 %if 0%{?has_systemd}
-%{_unitdir}/arpwatch.service
+%{_unitdir}/[email protected]
 %else
 %config /etc/init.d/arpwatch
 %{_sbindir}/rcarpwatch

++++++ [email protected] ++++++
[Unit]
Description=Arpwatch daemon which keeps track of ethernet/ip address pairings
After=syslog.target network.target

[Service]
Type=forking
Environment=ARPWATCH_ARGS=
EnvironmentFile=-/etc/sysconfig/arpwatch
PrivateTmp=yes
ExecStartPre=/usr/bin/touch /var/lib/arpwatch/arp.dat.%i
ExecStart=/usr/sbin/arpwatch $ARPWATCH_ARGS -i %i -f 
/var/lib/arpwatch/arp.dat.%i

[Install]
WantedBy=multi-user.target
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to