Accepting request 908869 from hardware
- Update to release 5.11.1 OBS-URL: https://build.opensuse.org/request/show/908869 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzbc?expand=0&rev=19
This commit is contained in:
commit
363d8856d6
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 28 11:27:35 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 5.11.1
|
||||
* New versioning scheme and SONAME
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 28 07:22:17 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 5.11
|
||||
* Increase of the default command timeout from 20s to 30s to be
|
||||
in-line with the kernel default settings. Similarly to the
|
||||
kernel, the timeout for device write cache flush commands is
|
||||
also double the default value (60s).
|
||||
* Improved handling of timeout errors. These errors are now
|
||||
notified using the ETIMEDOUT error code instead of the generic
|
||||
EIO.
|
||||
* SCSI backend driver fixes and improvements: optimized SAT
|
||||
correctness detection for ZAC devices and faster device
|
||||
capacity detection.
|
||||
* Block backend driver improvements: retreive the maximum
|
||||
number of open zones from the device sysfs attributes if the
|
||||
kernel exposes it.
|
||||
* Improvement of the zbc_report_zones() function that avoids
|
||||
multiple buffer allocation/free operations for large reports.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 10:50:43 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: libzbc
|
||||
%define lname libzbc-5_10_0
|
||||
Version: 5.10.0
|
||||
%define lname libzbc5
|
||||
Version: 5.11.1
|
||||
Release: 0
|
||||
Summary: Library for manipulating ZBC and ZAC disks
|
||||
License: BSD-2-Clause AND LGPL-3.0-or-later
|
||||
@ -108,7 +108,7 @@ find "%buildroot/%_libdir" -type f -name "*.la" -delete
|
||||
%_bindir/gz*
|
||||
|
||||
%files -n %lname
|
||||
%_libdir/libzbc-*.so
|
||||
%_libdir/libzbc.so.5*
|
||||
%license COPYING.BSD
|
||||
|
||||
%files devel
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2774188a1ff9f3564695dc613c52658a853dde1babc9e0b0682280c83ef85c67
|
||||
size 138217
|
3
v5.11.1.tar.gz
Normal file
3
v5.11.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7514b3078b8d305f4988a4b6d0d40807b1974764934889c05aa8e025eebbb02
|
||||
size 140042
|
Loading…
Reference in New Issue
Block a user