[NetworkManager] connectivity: ensure interval is set to enable connectivity checking (rh #1123772)

Daniel Williams dcbw at fedoraproject.org
Wed Jul 30 13:47:18 UTC 2014


commit 05a1e014e20ef9b558cff1f821653f92520eb36f
Author: Dan Williams <dcbw at redhat.com>
Date:   Wed Jul 30 08:46:00 2014 -0500

    connectivity: ensure interval is set to enable connectivity checking (rh #1123772)
    
    Patch by Elad Alfassa <el.il at doom.co.il>

 20-connectivity-fedora.conf |    2 +-
 NetworkManager.spec         |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/20-connectivity-fedora.conf b/20-connectivity-fedora.conf
index 7a31a4d..945bea6 100644
--- a/20-connectivity-fedora.conf
+++ b/20-connectivity-fedora.conf
@@ -1,4 +1,4 @@
 [connectivity]
 uri=http://fedoraproject.org/static/hotspot.txt
 response=OK
-
+interval=300
diff --git a/NetworkManager.spec b/NetworkManager.spec
index c361b3b..969cede 100644
--- a/NetworkManager.spec
+++ b/NetworkManager.spec
@@ -13,7 +13,7 @@
 %define snapshot .git20140704
 %define git_sha 6eb82acd
 %define realversion 0.9.10.0
-%define release_version 1
+%define release_version 2
 %define epoch_version 1
 
 %define obsoletes_nmver 1:0.9.9.95-1
@@ -67,7 +67,7 @@ Name: NetworkManager
 Summary: Network connection manager and user applications
 Epoch: %{epoch_version}
 Version: %{realversion}
-Release: %{release_version}%{snapshot}%{?dist}.1
+Release: %{release_version}%{snapshot}%{?dist}
 Group: System Environment/Base
 License: GPLv2+
 URL: http://www.gnome.org/projects/NetworkManager/
@@ -582,6 +582,9 @@ fi
 %endif
 
 %changelog
+* Wed Jul 30 2014 Dan Williams <dcbw at redhat.com> - 1:0.9.10.0-2.git20140704
+- connectivity: ensure interval is set to enable connectivity checking (rh #1123772)
+
 * Tue Jul 22 2014 Kalev Lember <kalevlember at gmail.com> - 1:0.9.10.0-1.git20140704.1
 - Rebuilt for gobject-introspection 1.41.4
 


More information about the scm-commits mailing list