rpms/arpwatch/devel .cvsignore, 1.2, 1.3 arpwatch.spec, 1.3, 1.4 sources, 1.2, 1.3

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Wed Jun 13 08:57:30 UTC 2007


Author: mlichvar

Update of /cvs/pkgs/rpms/arpwatch/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19198

Modified Files:
	.cvsignore arpwatch.spec sources 
Log Message:
- update ethercodes.dat



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/arpwatch/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	28 Nov 2006 13:12:39 -0000	1.2
+++ .cvsignore	13 Jun 2007 08:56:55 -0000	1.3
@@ -1 +1,2 @@
 arpwatch-2.1a15.tar.gz
+ethercodes-20070613.dat


Index: arpwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/arpwatch/devel/arpwatch.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- arpwatch.spec	24 May 2007 14:14:48 -0000	1.3
+++ arpwatch.spec	13 Jun 2007 08:56:55 -0000	1.4
@@ -3,7 +3,7 @@
 Name: arpwatch
 Epoch: 14
 Version: 2.1a15
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: Network monitoring tools for tracking IP addresses on a network
 Group: Applications/System
 License: BSD
@@ -19,6 +19,7 @@
 Source0: ftp://ftp.ee.lbl.gov/arpwatch-%{version}.tar.gz
 Source1: arpwatch.init
 Source2: arpwatch.sysconfig
+Source3: ethercodes-20070613.dat
 Patch1: arpwatch-2.1a4-fhs.patch
 Patch2: arpwatch-2.1a10-man.patch
 Patch3: arpwatch-drop.patch
@@ -81,9 +82,10 @@
 	chmod 755 $RPM_BUILD_ROOT%{_sbindir}/$i
 done
 
-install -m644 *.dat $RPM_BUILD_ROOT%{_vararpwatch}
-install -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/arpwatch
-install -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/arpwatch
+install -p -m644 *.dat $RPM_BUILD_ROOT%{_vararpwatch}
+install -p -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/arpwatch
+install -p -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/arpwatch
+install -p -m644 %{SOURCE3} $RPM_BUILD_ROOT%{_vararpwatch}/ethercodes.dat
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -137,6 +139,9 @@
 %verify(not md5 size mtime) %config %{_vararpwatch}/ethercodes.dat
 
 %changelog
+* Wed Jun 13 2007 Miroslav Lichvar <mlichvar at redhat.com> 14:2.1a15-5
+- update ethercodes.dat
+
 * Thu May 24 2007 Miroslav Lichvar <mlichvar at redhat.com> 14:2.1a15-4
 - fix return codes in init script (#237781)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/arpwatch/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Nov 2006 13:12:39 -0000	1.2
+++ sources	13 Jun 2007 08:56:55 -0000	1.3
@@ -1 +1,2 @@
 cebfeb99c4a7c2a6cee2564770415fe7  arpwatch-2.1a15.tar.gz
+5801cd4a047f50a97c18da36b5fbc6fe  ethercodes-20070613.dat




More information about the fedora-extras-commits mailing list