[pm-utils/f16] nm_method.patch: fix dbus methods used to sleep/resume NM

Jaroslav Škarvada jskarvad at fedoraproject.org
Thu May 24 13:02:54 UTC 2012


commit 5106446a20d36df3916c9b24f28caeaa637130ff
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Thu May 24 15:02:25 2012 +0200

    nm_method.patch: fix dbus methods used to sleep/resume NM
    
      Resolves: rhbz#809035

 pm-utils.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/pm-utils.spec b/pm-utils.spec
index ab31964..1f37a4e 100644
--- a/pm-utils.spec
+++ b/pm-utils.spec
@@ -3,7 +3,7 @@ Name: pm-utils
 Summary: Power management utilities and scripts for Fedora
 License: GPLv2
 Version: 1.4.1
-Release: 12%{?dist}
+Release: 13%{?dist}
 Group: System Environment/Base
 URL: http://pm-utils.freedesktop.org
 %ifnarch s390 s390x
@@ -26,6 +26,8 @@ Patch1: pm-utils-1.4.1-networkmanager-typo-fix.patch
 Patch2: pm-utils-1.4.1-grub2.patch
 # Fix hooks exit code logging
 Patch3: pm-utils-1.4.1-hook-exit-code-log.patch
+# Fix NetworkManager dbus methods (fd.o #42500 / RH #740342, #809035)
+Patch5: pm-utils-1.4.1-nm_method.patch
 
 %description
 The pm-utils package contains utilities and scripts useful for tasks related
@@ -49,6 +51,7 @@ tar -xzf %{SOURCE1}
 %patch1 -p1 -b .network-manager-typo-fix.patch
 %patch2 -p1 -b .grub2
 %patch3 -p1 -b .hook-exit-code-log
+%patch5 -p1 -b .nm_method
 
 %build
 %configure
@@ -107,6 +110,10 @@ rm -rf %{_localstatedir}/run/pm-utils/{pm-suspend,pm-powersave}/storage/*
 %{_libdir}/pkgconfig/pm-utils.pc
 
 %changelog
+* Thu May 24 2012 Jaroslav Škarvada <jskarvad at redhat.com> - 1.4.1-13
+- nm_method.patch: fix dbus methods used to sleep/resume NM
+  Resolves: rhbz#809035
+
 * Mon Aug 22 2011 Jaroslav Škarvada <jskarvad at redhat.com> - 1.4.1-12
 - Added support for grub2 in 01grub hook (grub2 patch)
 - Fixed hooks exit code logging (hook-exit-code-log patch)


More information about the scm-commits mailing list