Accepting request 710123 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/710123 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libblockdev?expand=0&rev=8
This commit is contained in:
commit
9aa208dd75
@ -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
3
libblockdev-2.22.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cf4aea5f48da0cfa59737f91ebf2a2d6424cb59b4180c9716fff3d49fd90ce0
|
||||
size 854888
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user