Accepting request 367092 from home:XRevan86

- Update to 2.1.7.

OBS-URL: https://build.opensuse.org/request/show/367092
OBS-URL: https://build.opensuse.org/package/show/Base:System/udisks2?expand=0&rev=49
This commit is contained in:
Dominique Leuenberger 2016-03-07 09:54:39 +00:00 committed by Git OBS Bridge
parent baa693dd7e
commit 34a6bf117e
6 changed files with 2284 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dec5f5c85fa0f74f39336acbfba1770f9988c096be23873714543c304b09f46a
size 908987

3
udisks-2.1.7.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:abae2bb3bdc691ca13c1e4c244630b8c881c4f3b35c207299f1b39b7bec83785
size 920042

17
udisks-2.1.7.tar.bz2.sign Normal file
View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJW1V/AAAoJENFO8V2v4RNH6dsQAImfp8BzQmmRUGM8yb4whAqo
0JvJMdpCRKN3Z9baQUo+NBKgFywFXC4hDJAyIR7WFD1Je3O87/awZD0P533weVB0
WIP/RniXMJ8bkQNDfL5s1jJLW+yPfw/9oTgXao8svjgvEUEVErKPCrVcbha6YeRk
sYAIOgcA6A9xYIKc6+ucL9jeh3QqZBnEROMs+6PTytrIA9+ic1XtftrgWvFYmGjp
ISnayAzgDXZW+S8fxPmM/UWDyf7572odX90CEa76uOD5ueEB02pvUYL8+TCk/ip/
7ZvXwv70B0DWgbTDFf8wmgm4y64Aib3z1a+kx86EPXD7B9zXjyx1Jw62dztqpl/N
es+TX1OxPx3IPqoAciV8dlEfKU/UTA2mBGe32zF3+K8MpC6AM6dCrc81UQ2fyw6U
WaUQv3fdtSDPEbRdcCzeeSNyL+BSIZOfY5wW6cL76kQre817Mce5pG7boamp6NCs
TGISX+ppbS9eCJfaXLhr3Yq/2VN9knw3pmn550ICjOtKlsMDFVv5NskWxQgK9ZXs
l3LG1jAv8hGvhk6fNPKguZPbShLXL6x85b7hx6zESW+neO8d5EzBeCt67FrLzIvx
o/qqe4z7T2U+0Z0pgtUI51JyPueN7fmzaCqLyKlsjBkxIw66o1vTxPqDgDlVOo5E
jN2gRAq2qSlRKumah2ic
=O5PP
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Mar 4 07:46:25 UTC 2016 - sor.alexei@meowr.ru
- Update to 2.1.7:
* Allow disabling ACL.
* udisksctl: Properly redirect stdout.
* Catch bogus UUID changes of MDRAIDs.
* Fix udiskctl help for glib 2.45.
* udisks2.service.in: Add [Install] section.
* Fix translator comments in udisksobjectinfo.c.
* integration-test: Explicitly require UDisks 2.0 typelib.
* integration-test: Fix wait_timeout/busy error messages.
* integration-test: PEP-8 fixes.
* integration-test: Fix Polkit.test_removable_fs.
* test_polkitd.py: Fix race condition in waiting for test
polkitd.
* integration-test: Fix race condition in fake CD drive creation.
* integration-test: Add timeout to readd_device().
* Add support for read look-ahead ATA settings (fdo#92488).
- Add tarball signing.
- Change group to System/Daemons.
-------------------------------------------------------------------
Thu Jul 9 21:55:49 UTC 2015 - zaitor@opensuse.org

2235
udisks2.keyring Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#
# spec file for package udisks2
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,15 @@
%define _name udisks
Name: udisks2
Version: 2.1.6
Version: 2.1.7
Release: 0
Summary: Disk Management Service, version 2
License: GPL-2.0+
Group: System Environment/Daemons
Group: System/Daemons
Url: http://freedesktop.org/wiki/Software/udisks
Source: http://udisks.freedesktop.org/releases/%{_name}-%{version}.tar.bz2
Source1: http://udisks.freedesktop.org/releases/%{_name}-%{version}.tar.bz2.sign
Source2: %{name}.keyring
# Needed to build the man pages.
BuildRequires: docbook-xsl-stylesheets
BuildRequires: intltool
@ -43,7 +45,7 @@ BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(udev)
# sgdisk is called by udisksd to modify the partition tables... thus a needed tool.
Requires: gptfdisk
Recommends: %{name}-lang = %{version}
Recommends: %{name}-lang
%{?systemd_requires}
# Upstream First - Policy:
# Never add any patches to this package without the upstream commit id
@ -107,7 +109,7 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcudisks2
%service_add_pre udisks2.service
%post
%{udev_rules_update}
%udev_rules_update
%service_add_post udisks2.service
%preun
@ -117,7 +119,6 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcudisks2
%service_del_postun udisks2.service
%post -n libudisks2-0 -p /sbin/ldconfig
%postun -n libudisks2-0 -p /sbin/ldconfig
%files