diff --git a/fix_polkit_action_name.diff b/fix_polkit_action_name.diff deleted file mode 100644 index 1292a58..0000000 --- a/fix_polkit_action_name.diff +++ /dev/null @@ -1,53 +0,0 @@ -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, diff --git a/udisks-2.0.0.tar.bz2 b/udisks-2.0.0.tar.bz2 deleted file mode 100644 index 260f200..0000000 --- a/udisks-2.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa026a5a865688a2e9e430a389c7636c1a556d980539e4bd4a3f31dc5d4fe1eb -size 747405 diff --git a/udisks-2.0.92.tar.bz2 b/udisks-2.0.92.tar.bz2 new file mode 100644 index 0000000..c92659b --- /dev/null +++ b/udisks-2.0.92.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0214326ba10c45db9ad5875a83e1bb40a77af82bc5fd2cbc1bdb5891b257663 +size 820346 diff --git a/udisks2-rpmlintrc b/udisks2-rpmlintrc new file mode 100644 index 0000000..1069ab6 --- /dev/null +++ b/udisks2-rpmlintrc @@ -0,0 +1,3 @@ +# bnc#809277 +setBadness("polkit-untracked-privilege", 100); +setBadness("polkit-unauthorized-privilege", 100); diff --git a/udisks2.changes b/udisks2.changes index 4738438..8ce0a46 100644 --- a/udisks2.changes +++ b/udisks2.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sun Mar 3 23:10:24 UTC 2013 - hrvoje.senjan@gmail.com + +- Update to version 2.0.92: + + Fix out of source build - set xsltproc path. + + Fold UDisksPersistentStore class into UDisksCleanup. + + Rename UDisksCleanup to UDisksState. + + Don't leak UDisksLinuxDevice when handling uevent. + + Check for NULL pointer when creating MD-RAID array. + + Use own udev namespace for MD-RAID properties. + + Introduce UDISKS_FILESYSTEM_SHARED=1 to use /media for + mounting. + + Don't wipe extended partitions. + + Make sure logical partitions stay within the extended + partition. + +------------------------------------------------------------------- +Thu Jan 17 20:49:53 UTC 2013 - dimstar@opensuse.org + +- Update to version 2.0.91: + + Don't bail in MD-RAID file monitor event handler. + + Add MDRaid:RequestSyncAction() method. + + Add MDRaid:SyncRate and MDRaid:SyncRemainingTime properties. + + Get the MD-RAID sync rate from the right file. + + Pull new translations from Transifex. + + Use correct polkit action. + + Fix up comments in polkit policy file. +- Changes from version 2.0.90: + + Initial MD-RAID support. +- Drop fix_polkit_action_name.diff: it's not applied anyway. + ------------------------------------------------------------------- Thu Jan 17 07:36:09 UTC 2013 - vuntz@opensuse.org diff --git a/udisks2.spec b/udisks2.spec index f156c42..fade280 100644 --- a/udisks2.spec +++ b/udisks2.spec @@ -20,15 +20,13 @@ Name: udisks2 %define _name udisks -Version: 2.0.0 +Version: 2.0.92 Release: 0 Summary: Disk Management Service, version 2 License: GPL-2.0+ 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 @@ -95,7 +93,6 @@ for managing disks and storage devices. %lang_package %prep %setup -q -n %{_name}-%{version} -%patch0 -p1 %build export V=1