diff --git a/56dhclient b/56dhclient index b1c1c67..25d14db 100755 --- a/56dhclient +++ b/56dhclient @@ -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} diff --git a/dhcp.spec b/dhcp.spec index d6d9cf2..2713c80 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -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 - 12:4.1.0p1-5 +- Fix 56dhclient so network comes back after suspend/hibernate (#527641) + * Wed Aug 26 2009 David Cantrell - 12:4.1.0p1-4 - Do not require policycoreutils for dhclient subpackage, fix restorecon calls in postinstall scriptlets (#519479)