SPECS (AC-branch): iputils.spec - moved arping to /sbin; rel 6

glen glen at pld-linux.org
Tue Sep 25 13:44:02 CEST 2007


Author: glen                         Date: Tue Sep 25 11:44:02 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- moved arping to /sbin; rel 6

---- Files affected:
SPECS:
   iputils.spec (1.71.2.1 -> 1.71.2.2) 

---- Diffs:

================================================================
Index: SPECS/iputils.spec
diff -u SPECS/iputils.spec:1.71.2.1 SPECS/iputils.spec:1.71.2.2
--- SPECS/iputils.spec:1.71.2.1	Tue Jun 26 14:39:28 2007
+++ SPECS/iputils.spec	Tue Sep 25 13:43:57 2007
@@ -9,7 +9,7 @@
 Summary(uk):	îÁÂ¦Ò ÂÁÚÏ×ÉÈ ÍÅÒÅÖÅ×ÉÈ ÕÔÉÌ¦Ô (ping, tracepath etc.)
 Name:		iputils
 Version:	ss021109
-Release:	5
+Release:	6
 Epoch:		1
 License:	BSD
 Group:		Networking/Admin
@@ -121,11 +121,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8,/bin}
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8,/bin,/sbin}
 
-install arping clockdiff rdisc tracepath tracepath6 traceroute6 \
+install clockdiff ipg rarpd rdisc tftpd tracepath tracepath6 traceroute6 \
 	$RPM_BUILD_ROOT%{_sbindir}
 
+install arping $RPM_BUILD_ROOT/sbin
+
 install ping ping6 $RPM_BUILD_ROOT/bin
 
 install doc/*.8 $RPM_BUILD_ROOT%{_mandir}/man8
@@ -154,7 +156,7 @@
 
 %files arping
 %defattr(644,root,root,755)
-%attr(4754,root,adm) %{_sbindir}/arping
+%attr(4754,root,adm) /sbin/arping
 %{_mandir}/man8/arping.8*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -163,6 +165,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.71.2.2  2007/09/25 11:43:57  glen
+- moved arping to /sbin; rel 6
+
 Revision 1.71.2.1  2007/06/26 12:39:28  glen
 - allow mode changes for /bin/ping*; rel 5
 - (we should really have different group than adm for ping access...)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iputils.spec?r1=1.71.2.1&r2=1.71.2.2&f=u



More information about the pld-cvs-commit mailing list