rpms/dhcp/devel dhcp.spec,1.216,1.217 linux,1.17,1.18

David Cantrell dcantrel at fedoraproject.org
Sat Aug 23 21:05:37 UTC 2008


Author: dcantrel

Update of /cvs/pkgs/rpms/dhcp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14075

Modified Files:
	dhcp.spec linux 
Log Message:
* Sat Aug 23 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-21
- Fix syntax error in dhclient-script (#459860)



Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -r1.216 -r1.217
--- dhcp.spec	22 Aug 2008 21:05:05 -0000	1.216
+++ dhcp.spec	23 Aug 2008 21:05:07 -0000	1.217
@@ -4,7 +4,7 @@
 Summary:  DHCP (Dynamic Host Configuration Protocol) server and relay agent
 Name:     dhcp
 Version:  4.0.0
-Release:  20%{?dist}
+Release:  21%{?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.
@@ -440,6 +440,9 @@
 %{_libdir}/libdhcp4client.so
 
 %changelog
+* Sat Aug 23 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-21
+- Fix syntax error in dhclient-script (#459860)
+
 * Fri Aug 22 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-20
 - Rewrite of /sbin/dhclient-script (make the script a little more readable,
   discontinue use of ifconfig in favor of ip, store backup copies of orig


Index: linux
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/linux,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- linux	22 Aug 2008 21:05:05 -0000	1.17
+++ linux	23 Aug 2008 21:05:07 -0000	1.18
@@ -423,7 +423,7 @@
     if [ ${exit_status} -ne 0 ]; then
         exit ${exit_status}
     fi
-}
+fi
 
 if [ ! -r /etc/sysconfig/network-scripts/network-functions ]; then
     echo "Missing /etc/sysconfig/network-scripts/network-functions, exiting." >&2




More information about the scm-commits mailing list