diff --git a/arpwatch.service b/arpwatch.service index fa6309b..73c6286 100644 --- a/arpwatch.service +++ b/arpwatch.service @@ -1,6 +1,7 @@ [Unit] Description=Arpwatch daemon which keeps track of ethernet/ip address pairings After=syslog.target network.target +Documentation=man:arpwatch [Service] Type=forking diff --git a/arpwatch.spec b/arpwatch.spec index 3f7d0c3..afd4e5f 100644 --- a/arpwatch.spec +++ b/arpwatch.spec @@ -4,7 +4,7 @@ Name: arpwatch Epoch: 14 Version: 2.1a15 -Release: 30%{?dist} +Release: 31%{?dist} Summary: Network monitoring tools for tracking IP addresses on a network Group: Applications/System License: BSD with advertising @@ -152,6 +152,9 @@ fi %attr(0644,-,arpwatch) %verify(not md5 size mtime) %config(noreplace) %{_vararpwatch}/ethercodes.dat %changelog +* Mon Feb 3 2014 Jan Synáček 14:2.1a15-31 +- reference documentation in the service file + * Sun Aug 4 2013 Peter Robinson 14:2.1a15-30 - Fix FTBFS