auto-import changelog data from dhcp-3.0.1-6.src.rpm

3.0.1-6
- Allow 2.0 kernels to obtain default gateway via dhcp
3.0.1-5
- Invoke 'change_resolv_conf' function to change resolv.conf
This commit is contained in:
cvsdist 2004-09-09 04:18:47 +00:00
parent 6425266cdb
commit dabfb5f680

View File

@ -1,8 +1,8 @@
Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent.
Name: dhcp
Epoch: 4
Epoch: 5
Version: 3.0.1
Release: 4
Release: 6
Copyright: distributable
Group: System Environment/Daemons
Source0: ftp://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz
@ -23,6 +23,8 @@ Patch117: dhcp-3.0.1rc12-pie.patch
Patch118: dhcp-3.0.1rc12-inherit-leases.patch
Patch119: dhcp-3.0.1rc13-noexpr.patch
Patch120: dhcp-3.0.1rc14-noconfig.patch
Patch121: dhcp-3.0.1-change_resolv_conf.patch
Patch122: dhcp-3.0.1-default_gateway.patch
URL: http://isc.org/products/DHCP/
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -84,6 +86,8 @@ Libraries for interfacing with the ISC DHCP server.
%patch118 -p1 -b .inherit-leases
%patch119 -p1 -b .noexp
%patch120 -p1 -b .noconfig
%patch121 -p1 -b .change_resolv_conf
%patch122 -p1 -b .default_gateway
cp %SOURCE1 .
cat <<EOF >site.conf
@ -203,6 +207,12 @@ fi
%{_mandir}/man3/*
%changelog
* Tue Aug 3 2004 Jason Vas Dias <jvdias@redhat.com> 6:3.0.1-6
- Allow 2.0 kernels to obtain default gateway via dhcp
* Mon Aug 2 2004 Jason Vas Dias <jvdias@redhat.com> 5:3.0.1-5
- Invoke 'change_resolv_conf' function to change resolv.conf
* Fri Jul 16 2004 Jason Vas Dias <jvdias@redhat.com> 3:3.0.1
- Upgraded to new ISC 3.0.1 version