Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2014-02-26 06:58:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager (Old)
 and      /work/SRC/openSUSE:Factory/.NetworkManager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "NetworkManager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes    
2013-10-14 09:30:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes       
2014-02-26 06:58:58.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Feb 24 21:30:51 UTC 2014 - [email protected]
+
+- Add NetworkManager-geoclue-interaction.patch: allow the user
+  "srvGeoClue" (as used by the geoclue2 service) to query
+  NetworkManager,
+
+-------------------------------------------------------------------

New:
----
  NetworkManager-geoclue-interaction.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ NetworkManager.spec ++++++
--- /var/tmp/diff_new_pack.K3Ch5W/_old  2014-02-26 06:58:59.000000000 +0100
+++ /var/tmp/diff_new_pack.K3Ch5W/_new  2014-02-26 06:58:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package NetworkManager
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,6 +42,8 @@
 Patch4:         nm-treat-not-saved-secrets-just-like-agent-owned-when-cl.diff
 # PATCH-FIX-UPSTREAM nm-probe-radius-server-cert.patch bnc#574266 
[email protected] -- Probe the RADIUS server certificate
 Patch5:         nm-probe-radius-server-cert.patch
+# PATCH-FIX-OPENSUSE NetworkManager-geoclue-interaction.patch 
[email protected] -- Allow the user "srvGeoClue" to query NetworkManager on 
the dbus
+Patch6:         NetworkManager-geoclue-interaction.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
@@ -192,6 +194,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 pppddir=`ls -1d /usr/%_lib/pppd/2*`

++++++ NetworkManager-geoclue-interaction.patch ++++++
Index: NetworkManager-0.9.8.8/src/org.freedesktop.NetworkManager.conf
===================================================================
--- NetworkManager-0.9.8.8.orig/src/org.freedesktop.NetworkManager.conf
+++ NetworkManager-0.9.8.8/src/org.freedesktop.NetworkManager.conf
@@ -25,6 +25,9 @@
                 <allow send_destination="org.freedesktop.NetworkManager.vpnc"/>
                 <allow send_destination="org.freedesktop.NetworkManager.ssh"/>
         </policy>
+        <policy user="srvGeoClue">
+                <allow send_destination="org.freedesktop.NetworkManager"/>
+        </policy>
         <policy at_console="true">
                 <allow send_destination="org.freedesktop.NetworkManager"/>
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to