rpms/dhcp/devel dhcp.spec, 1.200, 1.201 dhcp-4.0.0-close-leaseFile.patch, 1.1, NONE

David Cantrell (dcantrel) fedora-extras-commits at redhat.com
Wed Feb 6 20:06:46 UTC 2008


Author: dcantrel

Update of /cvs/pkgs/rpms/dhcp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21695

Modified Files:
	dhcp.spec 
Removed Files:
	dhcp-4.0.0-close-leaseFile.patch 
Log Message:
* Wed Feb 06 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-8
- Remove invalid fclose() patch



Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- dhcp.spec	6 Feb 2008 04:08:49 -0000	1.200
+++ dhcp.spec	6 Feb 2008 20:06:09 -0000	1.201
@@ -4,7 +4,7 @@
 Summary:  DHCP (Dynamic Host Configuration Protocol) server and relay agent
 Name:     dhcp
 Version:  4.0.0
-Release:  7%{?dist}
+Release:  8%{?dist}
 # NEVER CHANGE THE EPOCH on this package.  The previous maintainer (prior to
 # dcantrell maintaining the package) made incorrect use of the epoch and
 # that's why it is at 12 now.  It should have never been used, but it was.
@@ -43,7 +43,6 @@
 Patch14:  %{name}-4.0.0-manpages.patch
 Patch15:  %{name}-4.0.0-paths.patch
 Patch16:  %{name}-4.0.0-libdhcp4client.patch
-Patch17:  %{name}-4.0.0-close-leaseFile.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: autoconf
@@ -190,9 +189,6 @@
 # Add the libdhcp4client target (library version of dhclient)
 %patch16 -p1
 
-# Close _PATH_DHCLIENT_DB so we don't leak file descriptors
-%patch17 -p1
-
 # Copy in documentation and example scripts for LDAP patch to dhcpd
 %{__install} -p -m 0644 %{SOURCE5} .
 %{__install} -p -m 0644 %{SOURCE6} doc/
@@ -405,6 +401,9 @@
 %{_libdir}/libdhcp4client.so
 
 %changelog
+* Wed Feb 06 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-8
+- Remove invalid fclose() patch
+
 * Tue Feb 05 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-7
 - Don't leak /var/lib/dhclient/dhclient.leases file descriptors (#429890)
 


--- dhcp-4.0.0-close-leaseFile.patch DELETED ---




More information about the fedora-extras-commits mailing list