This commit is contained in:
parent
24f17c8601
commit
23138acaa3
@ -35,8 +35,8 @@
|
|||||||
-require subnet-mask, domain-name-servers;
|
-require subnet-mask, domain-name-servers;
|
||||||
+
|
+
|
||||||
+# Request several well known/usefull dhcp options.
|
+# Request several well known/usefull dhcp options.
|
||||||
+request subnet-mask, network-number, broadcast-address,
|
+request subnet-mask, broadcast-address, routers,
|
||||||
+ routers, interface-mtu, host-name, domain-name,
|
+ interface-mtu, host-name, domain-name,
|
||||||
+ domain-name-servers, nis-domain, nis-servers,
|
+ domain-name-servers, nis-domain, nis-servers,
|
||||||
+ nds-context, nds-servers, nds-tree-name,
|
+ nds-context, nds-servers, nds-tree-name,
|
||||||
+ netbios-name-servers, netbios-dd-server,
|
+ netbios-name-servers, netbios-dd-server,
|
||||||
|
11
dhcp.changes
11
dhcp.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 08:05:01 CET 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
- prereq sysconfig to avoid warnings about missing
|
||||||
|
/etc/sysconfig/dhcp
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 24 13:00:39 CET 2008 - mt@suse.de
|
||||||
|
|
||||||
|
- Removed network-number request from dhclient.conf (bnc#443788).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 11 11:12:23 CET 2008 - mt@suse.de
|
Tue Nov 11 11:12:23 CET 2008 - mt@suse.de
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ License: BSD 3-Clause
|
|||||||
Group: Productivity/Networking/Boot/Servers
|
Group: Productivity/Networking/Boot/Servers
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 3.1.1
|
Version: 3.1.1
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: Common Files Used by ISC DHCP Software
|
Summary: Common Files Used by ISC DHCP Software
|
||||||
Url: http://www.isc.org/isc/dhcp.html
|
Url: http://www.isc.org/isc/dhcp.html
|
||||||
Source0: http://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz
|
Source0: http://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz
|
||||||
@ -86,7 +86,7 @@ Patch60: dhcp-3.1.1-dhclient-script.dif
|
|||||||
##
|
##
|
||||||
Obsoletes: dhcp-base
|
Obsoletes: dhcp-base
|
||||||
Provides: dhcp-base:/usr/bin/omshell
|
Provides: dhcp-base:/usr/bin/omshell
|
||||||
PreReq: /bin/touch /sbin/chkconfig
|
PreReq: /bin/touch /sbin/chkconfig sysconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%package server
|
%package server
|
||||||
@ -486,6 +486,11 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
%doc %{_mandir}/man3/dhcpctl.3.gz
|
%doc %{_mandir}/man3/dhcpctl.3.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 26 2008 coolo@suse.de
|
||||||
|
- prereq sysconfig to avoid warnings about missing
|
||||||
|
/etc/sysconfig/dhcp
|
||||||
|
* Mon Nov 24 2008 mt@suse.de
|
||||||
|
- Removed network-number request from dhclient.conf (bnc#443788).
|
||||||
* Tue Nov 11 2008 mt@suse.de
|
* Tue Nov 11 2008 mt@suse.de
|
||||||
- Fixed dhclient-script to apply DHCLIENT_SET_HOSTNAME and
|
- Fixed dhclient-script to apply DHCLIENT_SET_HOSTNAME and
|
||||||
SET_DEFAULT_ROUTE policy correctly and inclusive of per
|
SET_DEFAULT_ROUTE policy correctly and inclusive of per
|
||||||
|
Loading…
Reference in New Issue
Block a user