Accepting request 709802 from home:iznogood:branches:devel:libraries:c_c++

- Update to version 2.22:
  + New minor release of the libblockdev library with multiple
    fixes.
  + nvdimm: New function for getting list of supported sector sizes
    for namespaces fixes.
  + Multiple memory leaks fixed.
- Changes from version 2.21:
  + crypto: Default key size for LUKS was changed to 512bit.
  + tools:
    - New simple cli tools that use libblockdev.
    - First tool is lvm-cache-stats for displaying stats for LVM
      cache devices.
    - Use configure option --without-tools to disable building
      these.
- Package new cli tool in main package, should possibly be moved
  into own sub-package in the future.

OBS-URL: https://build.opensuse.org/request/show/709802
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libblockdev?expand=0&rev=25
This commit is contained in:
Bjørn Lie 2019-06-15 17:41:37 +00:00 committed by Git OBS Bridge
parent a8af74a5d4
commit c0a82899e5
4 changed files with 25 additions and 4 deletions

View File

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

3
libblockdev-2.22.tar.gz Normal file
View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Jun 13 18:10:22 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.22:
+ New minor release of the libblockdev library with multiple
fixes.
+ nvdimm: New function for getting list of supported sector sizes
for namespaces fixes.
+ Multiple memory leaks fixed.
- Changes from version 2.21:
+ crypto: Default key size for LUKS was changed to 512bit.
+ tools:
- New simple cli tools that use libblockdev.
- First tool is lvm-cache-stats for displaying stats for LVM
cache devices.
- Use configure option --without-tools to disable building
these.
- Package new cli tool in main package, should possibly be moved
into own sub-package in the future.
-------------------------------------------------------------------
Wed Feb 13 17:52:44 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -23,7 +23,7 @@
%bcond_with python2
Name: libblockdev
Version: 2.20
Version: 2.22
Release: 0
Summary: A library for low-level manipulation with block devices
License: LGPL-2.1-only
@ -523,6 +523,7 @@ find %{buildroot} -name "*.la" -print -type f -delete
%dir %{_sysconfdir}/libblockdev
%dir %{_sysconfdir}/libblockdev/conf.d
%config %{_sysconfdir}/libblockdev/conf.d/00-default.cfg
%{_bindir}/lvm-cache-stats
%files -n %{libname}
%license LICENSE