rpms/dhcp/F-11 56dhclient,1.1,1.2 dhcp.spec,1.264,1.265

Jiří Popelka jpopelka at fedoraproject.org
Tue Oct 13 10:27:04 UTC 2009


Author: jpopelka

Update of /cvs/pkgs/rpms/dhcp/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16200

Modified Files:
	56dhclient dhcp.spec 
Log Message:
* Tue Oct 13 2009 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.0p1-5
- Fix 56dhclient so network comes back after suspend/hibernate (#527641)



Index: 56dhclient
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/F-11/56dhclient,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 56dhclient	6 Aug 2009 21:30:05 -0000	1.1
+++ 56dhclient	13 Oct 2009 10:27:04 -0000	1.2
@@ -43,7 +43,7 @@ resume_dhclient() {
 
     cd /etc/sysconfig/network-scripts
     while read device ; do
-        /sbin/ifup ${DEVICE}
+        /sbin/ifup ${device}
     done < ${PM_DHCLIENT_SUSPEND}
 
     /bin/rm -f ${PM_DHCLIENT_SUSPEND}


Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/F-11/dhcp.spec,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -p -r1.264 -r1.265
--- dhcp.spec	26 Aug 2009 21:32:31 -0000	1.264
+++ dhcp.spec	13 Oct 2009 10:27:04 -0000	1.265
@@ -13,7 +13,7 @@
 Summary:  Dynamic host configuration protocol software
 Name:     dhcp
 Version:  %{basever}p1
-Release:  4%{?dist}
+Release:  5%{?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.
@@ -460,6 +460,9 @@ fi
 %attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
 
 %changelog
+* Tue Oct 13 2009 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.0p1-5
+- Fix 56dhclient so network comes back after suspend/hibernate (#527641)
+
 * Wed Aug 26 2009 David Cantrell <dcantrell at redhat.com> - 12:4.1.0p1-4
 - Do not require policycoreutils for dhclient subpackage, fix restorecon
   calls in postinstall scriptlets (#519479)




More information about the scm-commits mailing list