SPECS: htb.init.spec - adapter, eliminate dead code

glen glen at pld-linux.org
Thu Apr 20 11:18:07 CEST 2006


Author: glen                         Date: Thu Apr 20 09:18:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adapter, eliminate dead code

---- Files affected:
SPECS:
   htb.init.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/htb.init.spec
diff -u SPECS/htb.init.spec:1.14 SPECS/htb.init.spec:1.15
--- SPECS/htb.init.spec:1.14	Thu Apr 20 11:14:27 2006
+++ SPECS/htb.init.spec	Thu Apr 20 11:18:02 2006
@@ -12,9 +12,9 @@
 # Source1-md5:	1a6e6515abfe2a48744b36b7ff9af94d
 Patch0:		%{name}-lsb.patch
 URL:		http://www.sourceforge.net/projects/htbinit/
-PreReq:		rc-scripts
 Requires(post,preun):	/sbin/chkconfig
 Requires:	iproute2
+Requires:	rc-scripts
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -32,14 +32,14 @@
 
 %prep
 %setup -q -T -c -a1
-install %SOURCE0 .
+install %{SOURCE0} %{name}
 %patch0 -p0
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_initrddir},/etc/sysconfig/htb}
 
-install %{SOURCE0} $RPM_BUILD_ROOT%{_initrddir}/htb
+install %{name} $RPM_BUILD_ROOT%{_initrddir}/htb
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -64,6 +64,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2006/04/20 09:18:02  glen
+- adapter, eliminate dead code
+
 Revision 1.14  2006/04/20 09:14:27  paszczus
 - moved Source0 to CVS (with fixed find warning)
 - release 3
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/htb.init.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list