Accepting request 670840 from Base:System

Please group with libblockdev sub.

- Update to version 2.8.1:
  + Mostly bugfixes.
- Changes from version 2.8.0:
  + Introduce a new VDO module that is built on top of
    libblockdev-vdo.
  + General bugfixes.
  + Support creating LUKS 2 encrypted devices and other
    LUKS-related enhancements.
- Add explicit libblockdev-lvm-dbus-devel BuildRequires: Previously
  pulled in implicitly.

OBS-URL: https://build.opensuse.org/request/show/670840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udisks2?expand=0&rev=33
This commit is contained in:
Stephan Kulow 2019-02-05 10:18:04 +00:00 committed by Git OBS Bridge
commit a70452facc
4 changed files with 25 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jan 24 21:17:14 UTC 2019 - bjorn.lie@gmail.com
- Update to version 2.8.1:
+ Mostly bugfixes.
- Changes from version 2.8.0:
+ Introduce a new VDO module that is built on top of
libblockdev-vdo.
+ General bugfixes.
+ Support creating LUKS 2 encrypted devices and other
LUKS-related enhancements.
-------------------------------------------------------------------
Thu Jan 24 20:55:44 UTC 2019 - bjorn.lie@gmail.com
- Add explicit libblockdev-lvm-dbus-devel BuildRequires: Previously
pulled in implicitly.
-------------------------------------------------------------------
Fri Jan 11 11:54:40 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -18,9 +18,9 @@
%define somajor 0
%define libudisks lib%{name}-%{somajor}
%define libblockdev_version 2.18
%define libblockdev_version 2.19
Name: udisks2
Version: 2.7.8
Version: 2.8.1
Release: 0
Summary: Disk Manager
License: GPL-2.0-or-later AND LGPL-2.0-or-later
@ -38,6 +38,7 @@ BuildRequires: libblockdev-crypto-devel >= %{libblockdev_version}
BuildRequires: libblockdev-fs-devel >= %{libblockdev_version}
BuildRequires: libblockdev-kbd-devel >= %{libblockdev_version}
BuildRequires: libblockdev-loop-devel >= %{libblockdev_version}
BuildRequires: libblockdev-lvm-dbus-devel >= %{libblockdev_version}
BuildRequires: libblockdev-lvm-devel >= %{libblockdev_version}
BuildRequires: libblockdev-mdraid-devel >= %{libblockdev_version}
BuildRequires: libblockdev-part-devel >= %{libblockdev_version}
@ -46,7 +47,7 @@ BuildRequires: lvm2-devel
BuildRequires: pkgconfig
BuildRequires: xsltproc
BuildRequires: pkgconfig(blkid) >= 2.17.0
BuildRequires: pkgconfig(blockdev) >= 2.14
BuildRequires: pkgconfig(blockdev) >= 2.19
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.50
BuildRequires: pkgconfig(glib-2.0) >= 2.50
BuildRequires: pkgconfig(gmodule-2.0)