SPECS: iputils.spec - rel 1; move arping to /sbin

arekm arekm at pld-linux.org
Tue Sep 11 20:38:00 CEST 2007


Author: arekm                        Date: Tue Sep 11 18:38:00 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 1; move arping to /sbin

---- Files affected:
SPECS:
   iputils.spec (1.76 -> 1.77) 

---- Diffs:

================================================================
Index: SPECS/iputils.spec
diff -u SPECS/iputils.spec:1.76 SPECS/iputils.spec:1.77
--- SPECS/iputils.spec:1.76	Tue Jun 26 15:02:13 2007
+++ SPECS/iputils.spec	Tue Sep 11 20:37:55 2007
@@ -9,7 +9,7 @@
 Summary(uk.UTF-8):	Набір базових мережевих утиліт (ping, tracepath etc.)
 Name:		iputils
 Version:	s20070202
-Release:	0.1
+Release:	1
 Epoch:		1
 License:	BSD
 Group:		Networking/Admin
@@ -124,11 +124,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 ipg rarpd rdisc tftpd 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
@@ -167,7 +169,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"`)
@@ -176,6 +178,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.77  2007/09/11 18:37:55  arekm
+- rel 1; move arping to /sbin
+
 Revision 1.76  2007/06/26 13:02:13  glen
 - allow mode changes for /bin/ping*
 - (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.76&r2=1.77&f=u



More information about the pld-cvs-commit mailing list