dhcdbd dhclient-script extensions

This commit is contained in:
jvdias 2005-04-25 16:37:57 +00:00
parent 038d1b2c98
commit f25246b7d0

View File

@ -46,7 +46,7 @@ Patch139: dhcp-3.0.2-dhclient-no-restorecon-or-route.patch
Patch140: dhcp-3.0.2-extended_option_environment.patch Patch140: dhcp-3.0.2-extended_option_environment.patch
Patch141: dhcp-3.0.2-dhclient-no_isc_blurb.patch Patch141: dhcp-3.0.2-dhclient-no_isc_blurb.patch
Patch142: dhcp-3.0.2-dhclient-script-restorecon.patch Patch142: dhcp-3.0.2-dhclient-script-restorecon.patch
Patch143: dhcp-3.0.2-dhclient-script-dhcdbd.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
@ -136,6 +136,7 @@ Libraries for interfacing with the ISC DHCP server.
%endif %endif
%patch141 -p1 -b .no_isc_blurb %patch141 -p1 -b .no_isc_blurb
%patch142 -p1 -b .restore_restorecon %patch142 -p1 -b .restore_restorecon
%patch143 -p1 -b .dhclient-script-dhcdbd
cp %SOURCE1 . cp %SOURCE1 .
cat <<EOF >site.conf cat <<EOF >site.conf
@ -264,6 +265,10 @@ exit 0
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Mon Apr 25 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-11
- dhclient-script dhcdbd extensions.
- Tested to have no effect unless dhcdbd invokes dhclient.
* Thu Apr 21 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-9 * Thu Apr 21 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-9
- bugs 153244 & 155143 are now fixed with SELinux policy; - bugs 153244 & 155143 are now fixed with SELinux policy;
autotrans now works for dhcpc_t, so restorecons are not required, autotrans now works for dhcpc_t, so restorecons are not required,