SPECS: dhcp.spec - rel 0.3 - rewritten client script in sh, use ip...

baggins baggins at pld-linux.org
Mon Apr 16 18:07:27 CEST 2007


Author: baggins                      Date: Mon Apr 16 16:07:27 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 0.3
- rewritten client script in sh, use iproute2 instead of ifconfig and route

---- Files affected:
SPECS:
   dhcp.spec (1.135 -> 1.136) 

---- Diffs:

================================================================
Index: SPECS/dhcp.spec
diff -u SPECS/dhcp.spec:1.135 SPECS/dhcp.spec:1.136
--- SPECS/dhcp.spec:1.135	Mon Apr 16 13:22:09 2007
+++ SPECS/dhcp.spec	Mon Apr 16 18:07:22 2007
@@ -9,7 +9,7 @@
 Summary(pt_BR.UTF-8):	Servidor DHCP (Protocolo de configuração dinâmica de hosts)
 Name:		dhcp
 Version:	3.1.0a3
-Release:	0.2
+Release:	0.3
 Epoch:		4
 License:	distributable
 Group:		Networking/Daemons
@@ -20,14 +20,15 @@
 Source3:	%{name}-relay.sysconfig
 Source4:	%{name}d.conf.sample
 Source5:	%{name}.sysconfig
-Patch0:		%{name}-if_buffer_size.patch
-Patch1:		%{name}-ldap.patch
-Patch2:		%{name}-ldap1.patch
-Patch3:		%{name}-client-script-redhat.patch
-Patch4:		%{name}-3.0.3-x-option.patch
-Patch5:		%{name}-typo.patch
-Patch6:		%{name}-arg-concat.patch
-Patch7:		%{name}-split-VARDB.patch
+Patch0:		%{name}-dhclient.script.patch
+Patch1:		%{name}-if_buffer_size.patch
+Patch2:		%{name}-ldap.patch
+Patch3:		%{name}-ldap1.patch
+Patch4:		%{name}-client-script-redhat.patch
+Patch5:		%{name}-3.0.3-x-option.patch
+Patch6:		%{name}-typo.patch
+Patch7:		%{name}-arg-concat.patch
+Patch8:		%{name}-split-VARDB.patch
 URL:		http://www.isc.org/sw/dhcp/
 BuildRequires:	groff
 %{?with_ldap:BuildRequires:	openldap-devel}
@@ -73,6 +74,9 @@
 Summary(pl.UTF-8):	Klient DHCP
 Group:		Networking/Daemons
 Requires(post):	fileutils
+Requires:	coreutils
+Requires:	iproute2
+Requires:	net-tools
 Obsoletes:	dhclient
 Obsoletes:	pump
 
@@ -131,14 +135,16 @@
 %setup -q
 install %{SOURCE4} .
 %patch0 -p1
-%{?with_ldap:%patch1 -p1}
+%patch1 -p1
 %{?with_ldap:%patch2 -p1}
-%patch3 -p1
-# This patch is required for dhcdbd to function
+%{?with_ldap:%patch3 -p1}
+# These two patches are required for dhcdbd to function
 %patch4 -p1
 %patch5 -p1
+#
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 # NOTE: this is not autoconf configure - do not change it to %%configure
@@ -275,6 +281,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.136  2007/04/16 16:07:22  baggins
+- rel 0.3
+- rewritten client script in sh, use iproute2 instead of ifconfig and route
+
 Revision 1.135  2007/04/16 11:22:09  baggins
 - rel 0.2
 - separate paths for dhcpd.leases and dhclient.leases so client package
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dhcp.spec?r1=1.135&r2=1.136&f=u



More information about the pld-cvs-commit mailing list