[NetworkManager/f18] core: use systemd for suspend/resume, not upower

Daniel Williams dcbw at fedoraproject.org
Sat Feb 9 06:26:23 UTC 2013


commit 70d505c5ff59cd485c8f03a0e8f099552f4a3504
Author: Dan Williams <dcbw at redhat.com>
Date:   Sat Feb 9 00:26:47 2013 -0600

    core: use systemd for suspend/resume, not upower

 NetworkManager.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/NetworkManager.spec b/NetworkManager.spec
index 9574103..35e7ee1 100644
--- a/NetworkManager.spec
+++ b/NetworkManager.spec
@@ -19,7 +19,7 @@ Name: NetworkManager
 Summary: Network connection manager and user applications
 Epoch: 1
 Version: 0.9.7.997
-Release: 1%{snapshot}%{?dist}
+Release: 2%{snapshot}%{?dist}
 Group: System Environment/Base
 License: GPLv2+
 URL: http://www.gnome.org/projects/NetworkManager/
@@ -176,7 +176,7 @@ intltoolize --force
 	--enable-polkit=yes \
 	--enable-modify-system=yes \
 	--with-session-tracking=systemd \
-	--with-suspend-resume=upower \
+	--with-suspend-resume=systemd \
 	--with-docs=yes \
 	--with-system-ca-path=/etc/pki/tls/certs \
 	--with-tests=yes \
@@ -357,6 +357,9 @@ exit 0
 %{_datadir}/gtk-doc/html/libnm-util/*
 
 %changelog
+* Sat Feb  9 2013 Dan Williams <dcbw at redhat.com> - 0.9.7.997-2
+- core: use systemd for suspend/resume, not upower
+
 * Fri Feb  8 2013 Dan Williams <dcbw at redhat.com> - 0.9.7.997-1
 - Update to 0.9.8-beta2
 - core: ignore bridges managed by other tools (rh #905035)


More information about the scm-commits mailing list