From e5db10483ad8d94c2e864c52f3a91b82d6714af4 Mon Sep 17 00:00:00 2001 From: jvdias Date: Feb 25 2005 01:00:04 +0000 Subject: fix bug 143640: do not allow more than one dhclient to configure an interface --- diff --git a/dhcp.spec b/dhcp.spec index f671234..5f6a7c9 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -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 <site.conf @@ -246,6 +248,9 @@ fi %{_mandir}/man3/* %changelog +* Thu Feb 24 2005 Jason Vas Dias 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 10:3.0.2-1 - Upgrade to ISC 3.0.2 Final Release (documentation change only).