rpms/dhcp/devel dhclient-script,1.2,1.3 dhcp.spec,1.225,1.226

David Cantrell dcantrel at fedoraproject.org
Wed Oct 1 22:39:01 UTC 2008


Author: dcantrel

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

Modified Files:
	dhclient-script dhcp.spec 
Log Message:
* Wed Oct 01 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-29
- Make sure /etc/resolv.conf has restorecon run on it (#451560)



Index: dhclient-script
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhclient-script,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dhclient-script	17 Sep 2008 00:42:00 -0000	1.2
+++ dhclient-script	1 Oct 2008 22:38:30 -0000	1.3
@@ -93,6 +93,10 @@
 
         change_resolv_conf ${rscf}
         rm -f ${rscf}
+
+        if [ -x /sbin/restorecon ]; then
+            /sbin/restorecon /etc/resolv.conf >/dev/null 2>&1
+        fi
     fi
 }
 


Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -r1.225 -r1.226
--- dhcp.spec	1 Oct 2008 02:28:51 -0000	1.225
+++ dhcp.spec	1 Oct 2008 22:38:30 -0000	1.226
@@ -4,7 +4,7 @@
 Summary:  DHCP (Dynamic Host Configuration Protocol) server and relay agent
 Name:     dhcp
 Version:  4.0.0
-Release:  28%{?dist}
+Release:  29%{?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.
@@ -445,6 +445,9 @@
 %{_libdir}/libdhcp4client.so
 
 %changelog
+* Wed Oct 01 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-29
+- Make sure /etc/resolv.conf has restorecon run on it (#451560)
+
 * Tue Sep 30 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-28
 - Forgot to actually include <errno.h> (#438149)
 




More information about the scm-commits mailing list