Hello community,

here is the log from the commit of package udisks2 for openSUSE:Factory checked 
in at 2013-01-10 15:21:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/udisks2 (Old)
 and      /work/SRC/openSUSE:Factory/.udisks2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "udisks2", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/udisks2/udisks2.changes  2013-01-08 
09:14:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.udisks2.new/udisks2.changes     2013-01-10 
15:21:32.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Jan 07 13:30:34 UTC 2013 - stefan.bru...@rwth-aachen.de
+
+- Fix name of polkit action (fdo#58629):
+  modify-device-system-other-seat -> modify-device-other-seat
+
+-------------------------------------------------------------------

New:
----
  fix_polkit_action_name.diff

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

Other differences:
------------------
++++++ udisks2.spec ++++++
--- /var/tmp/diff_new_pack.PuOL5y/_old  2013-01-10 15:21:34.000000000 +0100
+++ /var/tmp/diff_new_pack.PuOL5y/_new  2013-01-10 15:21:34.000000000 +0100
@@ -27,6 +27,8 @@
 Group:          System/Daemons
 Url:            http://www.freedesktop.org/wiki/Software/udisks
 Source:         
http://udisks.freedesktop.org/releases/%{_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM fix_polkit_action_name.diff [fdo#58629]
+Patch0:         fix_polkit_action_name.diff
 # Needed to build the man pages
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gobject-introspection-devel

++++++ fix_polkit_action_name.diff ++++++
diff --git a/src/udiskslinuxpartition.c b/src/udiskslinuxpartition.c
index 9582346..e3ae93f 100644
--- a/src/udiskslinuxpartition.c
+++ b/src/udiskslinuxpartition.c
@@ -269,7 +269,7 @@ handle_set_flags (UDisksPartition        *partition,
     }
   else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid))
     {
-      action_id = "org.freedesktop.udisks2.modify-device-system-other-seat";
+      action_id = "org.freedesktop.udisks2.modify-device-other-seat";
     }
 
   if (!udisks_daemon_util_check_authorization_sync (daemon,
@@ -414,7 +414,7 @@ handle_set_name (UDisksPartition        *partition,
     }
   else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid))
     {
-      action_id = "org.freedesktop.udisks2.modify-device-system-other-seat";
+      action_id = "org.freedesktop.udisks2.modify-device-other-seat";
     }
 
   if (!udisks_daemon_util_check_authorization_sync (daemon,
@@ -596,7 +596,7 @@ handle_set_type (UDisksPartition        *partition,
     }
   else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid))
     {
-      action_id = "org.freedesktop.udisks2.modify-device-system-other-seat";
+      action_id = "org.freedesktop.udisks2.modify-device-other-seat";
     }
 
   if (!udisks_daemon_util_check_authorization_sync (daemon,
@@ -769,7 +769,7 @@ handle_delete (UDisksPartition        *partition,
     }
   else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid))
     {
-      action_id = "org.freedesktop.udisks2.modify-device-system-other-seat";
+      action_id = "org.freedesktop.udisks2.modify-device-other-seat";
     }
 
   if (!udisks_daemon_util_check_authorization_sync (daemon,
diff --git a/src/udiskslinuxpartitiontable.c b/src/udiskslinuxpartitiontable.c
index 8f0d3d9..b553625 100644
--- a/src/udiskslinuxpartitiontable.c
+++ b/src/udiskslinuxpartitiontable.c
@@ -336,7 +336,7 @@ handle_create_partition (UDisksPartitionTable   *table,
     }
   else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid))
     {
-      action_id = "org.freedesktop.udisks2.modify-device-system-other-seat";
+      action_id = "org.freedesktop.udisks2.modify-device-other-seat";
     }
 
   if (!udisks_daemon_util_check_authorization_sync (daemon,
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to