fix bug 143640: do not allow more than one dhclient to configure an

interface
This commit is contained in:
jvdias 2005-02-25 01:00:04 +00:00
parent 8c6aa85ff4
commit e5db10483a

View File

@ -1,7 +1,7 @@
Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent.
Name: dhcp
Version: 3.0.2
Release: 1
Release: 2
Epoch: 10
License: distributable
Group: System Environment/Daemons
@ -40,6 +40,7 @@ Patch134: dhcp-3.0.2rc3-dhclient_routes.patch
Patch135: dhcp-3.0.1-z-relro-now.patch
Patch136: dhcp-3.0.2rc3-dhclient-restorecon.patch
Patch137: dhcp-3.0.1-dhclient-config.patch
Patch138: dhcp-3.0.2-pid_file_excl.patch
URL: http://isc.org/products/DHCP/
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -123,6 +124,7 @@ Libraries for interfacing with the ISC DHCP server.
%patch135 -p1 -b .-z-relro-now
%patch136 -p1 -b .dhclient-restorecon
%patch137 -p1 -b .dhclient-dhconfig
%patch138 -p1 -b .pid_file_excl
cp %SOURCE1 .
cat <<EOF >site.conf
@ -246,6 +248,9 @@ fi
%{_mandir}/man3/*
%changelog
* Thu Feb 24 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-2
- Fix bug 143640: do not allow more than one dhclient to configure an interface
* Mon Feb 21 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-1
- Upgrade to ISC 3.0.2 Final Release (documentation change only).