Accepting request 163145 from Base:System
Update to 2.1.0 in Factory OBS-URL: https://build.opensuse.org/request/show/163145 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udisks2?expand=0&rev=14
This commit is contained in:
commit
8f2af18545
@ -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,
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aa026a5a865688a2e9e430a389c7636c1a556d980539e4bd4a3f31dc5d4fe1eb
|
|
||||||
size 747405
|
|
3
udisks-2.1.0.tar.bz2
Normal file
3
udisks-2.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:310208e5a10335dae4b52a0125c24d31cf292cce3d15cf65da4cd308e38d15a8
|
||||||
|
size 823805
|
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 18 08:58:58 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.1.0:
|
||||||
|
+ mdraid: Remove spurious argument for the format.
|
||||||
|
+ Support broken setups where ID_SERIAL is available but
|
||||||
|
ID_SERIAL_SHORT is not.
|
||||||
|
+ Call the right D-Bus completion routines.
|
||||||
|
+ integration-test: Update for mkntfs.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Thu Jan 17 07:36:09 UTC 2013 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -20,15 +20,13 @@
|
|||||||
|
|
||||||
Name: udisks2
|
Name: udisks2
|
||||||
%define _name udisks
|
%define _name udisks
|
||||||
Version: 2.0.0
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Disk Management Service, version 2
|
Summary: Disk Management Service, version 2
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
Url: http://www.freedesktop.org/wiki/Software/udisks
|
Url: http://www.freedesktop.org/wiki/Software/udisks
|
||||||
Source: http://udisks.freedesktop.org/releases/%{_name}-%{version}.tar.bz2
|
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
|
# Needed to build the man pages
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
@ -95,7 +93,6 @@ for managing disks and storage devices.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export V=1
|
export V=1
|
||||||
|
Loading…
Reference in New Issue
Block a user