Accepting request 122005 from Base:System
Update to 1.97.0 (forwarded request 121981 from vuntz) OBS-URL: https://build.opensuse.org/request/show/122005 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udisks2?expand=0&rev=4
This commit is contained in:
commit
b4154ab64a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e58193c2f2f4fba030b6dd684708352b1eccf6826843e42899a26fef4249b0bc
|
|
||||||
size 590375
|
|
3
udisks-1.97.0.tar.bz2
Normal file
3
udisks-1.97.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:132e569d1b565a74c481d37ba27977c9aa9f5254baf79b2763898c9fa35a4ceb
|
||||||
|
size 634652
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 11 14:51:00 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.97.0:
|
||||||
|
+ Several improvements for loop devices
|
||||||
|
+ Also check for "target is busy" when checking umount(8) output
|
||||||
|
+ UDisksCleanup: Remove stale entries when adding new ones
|
||||||
|
+ Add work-around to show FS on CDs/USB sticks created using
|
||||||
|
isohybrid
|
||||||
|
+ Several code improvements
|
||||||
|
+ Update path to mounted-fs file in documentation
|
||||||
|
- Changes from version 1.96.0:
|
||||||
|
+ Actually link with libsystemd-login
|
||||||
|
- Changes from version 1.95.0:
|
||||||
|
+ Add multi-seat support
|
||||||
|
+ Add versioning macros
|
||||||
|
+ Use libacl library instead of setfacl(1)
|
||||||
|
+ Work around missing serial/wwn on VMware hard disks
|
||||||
|
+ Add separate polkit actions for ejecting media
|
||||||
|
+ Make $(udisks2.device) in authentication messages include the
|
||||||
|
vendor/model
|
||||||
|
+ Remove unused .filesystem-unmount-others-shared polkit action
|
||||||
|
+ Documentation fixes and improvements
|
||||||
|
+ Updated translations
|
||||||
|
- Add libacl-devel BuildRequires: it's now really used.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 11 09:33:59 UTC 2012 - vuntz@opensuse.org
|
Wed Apr 11 09:33:59 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: udisks2
|
Name: udisks2
|
||||||
%define _name udisks
|
%define _name udisks
|
||||||
Version: 1.94.0
|
Version: 1.97.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+
|
||||||
@ -29,12 +29,14 @@ Source: http://udisks.freedesktop.org/releases/%{_name}-%{version}.tar.b
|
|||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
BuildRequires: libacl-devel
|
||||||
# For xsltproc
|
# For xsltproc
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.31.13
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.31.13
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.13
|
BuildRequires: pkgconfig(glib-2.0) >= 2.31.13
|
||||||
BuildRequires: pkgconfig(gudev-1.0) >= 147
|
BuildRequires: pkgconfig(gudev-1.0) >= 147
|
||||||
BuildRequires: pkgconfig(libatasmart) >= 0.17
|
BuildRequires: pkgconfig(libatasmart) >= 0.17
|
||||||
|
BuildRequires: pkgconfig(libsystemd-login) >= 44
|
||||||
BuildRequires: pkgconfig(polkit-agent-1) >= 0.92
|
BuildRequires: pkgconfig(polkit-agent-1) >= 0.92
|
||||||
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.92
|
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.92
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user