auto-import dhcp-3.0.1-EL4_1 from dhcp-3.0.1-EL4_1.src.rpm
This commit is contained in:
parent
dabfb5f680
commit
6f238fdae1
16
dhcp.spec
16
dhcp.spec
@ -1,8 +1,8 @@
|
|||||||
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
|
||||||
Epoch: 5
|
Epoch: 6
|
||||||
Version: 3.0.1
|
Version: 3.0.1
|
||||||
Release: 6
|
Release: EL4_1
|
||||||
Copyright: distributable
|
Copyright: distributable
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: ftp://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz
|
Source0: ftp://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz
|
||||||
@ -23,8 +23,8 @@ Patch117: dhcp-3.0.1rc12-pie.patch
|
|||||||
Patch118: dhcp-3.0.1rc12-inherit-leases.patch
|
Patch118: dhcp-3.0.1rc12-inherit-leases.patch
|
||||||
Patch119: dhcp-3.0.1rc13-noexpr.patch
|
Patch119: dhcp-3.0.1rc13-noexpr.patch
|
||||||
Patch120: dhcp-3.0.1rc14-noconfig.patch
|
Patch120: dhcp-3.0.1rc14-noconfig.patch
|
||||||
Patch121: dhcp-3.0.1-change_resolv_conf.patch
|
#Patch121: dhcp-3.0.1-change_resolv_conf.patch
|
||||||
Patch122: dhcp-3.0.1-default_gateway.patch
|
#Patch122: dhcp-3.0.1-default_gateway.patch
|
||||||
|
|
||||||
URL: http://isc.org/products/DHCP/
|
URL: http://isc.org/products/DHCP/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -86,8 +86,9 @@ Libraries for interfacing with the ISC DHCP server.
|
|||||||
%patch118 -p1 -b .inherit-leases
|
%patch118 -p1 -b .inherit-leases
|
||||||
%patch119 -p1 -b .noexp
|
%patch119 -p1 -b .noexp
|
||||||
%patch120 -p1 -b .noconfig
|
%patch120 -p1 -b .noconfig
|
||||||
%patch121 -p1 -b .change_resolv_conf
|
# These depend on new initscripts-7.60
|
||||||
%patch122 -p1 -b .default_gateway
|
#%patch121 -p1 -b .change_resolv_conf
|
||||||
|
#%patch122 -p1 -b .default_gateway
|
||||||
|
|
||||||
cp %SOURCE1 .
|
cp %SOURCE1 .
|
||||||
cat <<EOF >site.conf
|
cat <<EOF >site.conf
|
||||||
@ -207,6 +208,9 @@ fi
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 3 2004 Jason Vas Dias <jvdias@redhat.com> 6:3.0.1.EL-1
|
||||||
|
- Build for RHEL-3.0-U3
|
||||||
|
|
||||||
* Tue Aug 3 2004 Jason Vas Dias <jvdias@redhat.com> 6:3.0.1-6
|
* 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
|
- Allow 2.0 kernels to obtain default gateway via dhcp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user