Accepting request 668461 from home:iznogood:factory
- 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. OBS-URL: https://build.opensuse.org/request/show/668461 OBS-URL: https://build.opensuse.org/package/show/Base:System/udisks2?expand=0&rev=68
This commit is contained in:
parent
efa6d76345
commit
b4a48fc9d6
@ -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
3
udisks-2.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4fcf49ef63c071bb35ea6351fdc2208dd6e54dfefd6ee29ee0c414f8dfde461c
|
||||
size 1354879
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
@ -47,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)
|
||||
|
Loading…
Reference in New Issue
Block a user