fix bug 143640: do not allow more than one dhclient to configure an
interface
This commit is contained in:
parent
8c6aa85ff4
commit
e5db10483a
@ -1,7 +1,7 @@
|
|||||||
Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent.
|
Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent.
|
||||||
Name: dhcp
|
Name: dhcp
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Epoch: 10
|
Epoch: 10
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Daemons
|
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
|
Patch135: dhcp-3.0.1-z-relro-now.patch
|
||||||
Patch136: dhcp-3.0.2rc3-dhclient-restorecon.patch
|
Patch136: dhcp-3.0.2rc3-dhclient-restorecon.patch
|
||||||
Patch137: dhcp-3.0.1-dhclient-config.patch
|
Patch137: dhcp-3.0.1-dhclient-config.patch
|
||||||
|
Patch138: dhcp-3.0.2-pid_file_excl.patch
|
||||||
|
|
||||||
URL: http://isc.org/products/DHCP/
|
URL: http://isc.org/products/DHCP/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -123,6 +124,7 @@ Libraries for interfacing with the ISC DHCP server.
|
|||||||
%patch135 -p1 -b .-z-relro-now
|
%patch135 -p1 -b .-z-relro-now
|
||||||
%patch136 -p1 -b .dhclient-restorecon
|
%patch136 -p1 -b .dhclient-restorecon
|
||||||
%patch137 -p1 -b .dhclient-dhconfig
|
%patch137 -p1 -b .dhclient-dhconfig
|
||||||
|
%patch138 -p1 -b .pid_file_excl
|
||||||
|
|
||||||
cp %SOURCE1 .
|
cp %SOURCE1 .
|
||||||
cat <<EOF >site.conf
|
cat <<EOF >site.conf
|
||||||
@ -246,6 +248,9 @@ fi
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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).
|
- Upgrade to ISC 3.0.2 Final Release (documentation change only).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user