dhcp-3.0.3-bz176270.patch
This commit is contained in:
parent
0de1ad3afa
commit
4ba18eb84a
@ -2,7 +2,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.3
|
Version: 3.0.3
|
||||||
Release: 16.1
|
Release: 18
|
||||||
Epoch: 11
|
Epoch: 11
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -72,6 +72,7 @@ Patch164: dhcp-3.0.3-bz167028-ibm-unicast-bootp.patch
|
|||||||
Patch165: dhcp-3.0.3-trailing_nul_options_2.patch
|
Patch165: dhcp-3.0.3-trailing_nul_options_2.patch
|
||||||
Patch166: dhcp-3.0.3-bz173619.patch
|
Patch166: dhcp-3.0.3-bz173619.patch
|
||||||
Patch167: dhcp-3.0.3-gcc4.1-Werrors.patch
|
Patch167: dhcp-3.0.3-gcc4.1-Werrors.patch
|
||||||
|
Patch168: dhcp-3.0.3-bz176270.patch
|
||||||
URL: http://isc.org/products/DHCP/
|
URL: http://isc.org/products/DHCP/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Prereq: /sbin/chkconfig
|
Prereq: /sbin/chkconfig
|
||||||
@ -186,6 +187,7 @@ Libraries for interfacing with the ISC DHCP server.
|
|||||||
%patch165 -p1 -b .trailing_nul_options_2
|
%patch165 -p1 -b .trailing_nul_options_2
|
||||||
%patch166 -p1 -b .bz173619
|
%patch166 -p1 -b .bz173619
|
||||||
%patch167 -p1 -b .gcc4.1-Werrors
|
%patch167 -p1 -b .gcc4.1-Werrors
|
||||||
|
%patch168 -p1 -b .bz176270
|
||||||
cp %SOURCE1 .
|
cp %SOURCE1 .
|
||||||
cat <<EOF >site.conf
|
cat <<EOF >site.conf
|
||||||
VARDB=%{_localstatedir}/lib/dhcpd
|
VARDB=%{_localstatedir}/lib/dhcpd
|
||||||
@ -319,6 +321,9 @@ exit 0
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 20 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-18
|
||||||
|
- fix bug 176270: allow routers with an octet of 255 in their IP address
|
||||||
|
|
||||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user