forked from pool/libzbc
- Update to release 5.8.4
OBS-URL: https://build.opensuse.org/package/show/hardware/libzbc?expand=0&rev=27
This commit is contained in:
parent
18eef86394
commit
052cecbba2
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 25 08:32:56 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 5.8.4
|
||||
* zbc_device_is_zoned() does not use a device real path as
|
||||
given by zbc_realpath(), causing problems with symbolic
|
||||
links.
|
||||
* Better handling of sense data reporting feature on ATA
|
||||
drives: some drives do not accept setting this feature
|
||||
causing zbc_open(). to fail. Fix this by testing first if the
|
||||
feature is already enabled instead of blindly setting it.
|
||||
* Fix zbc_write_zone tool not writing any data to a zone due to
|
||||
a loop control error.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 17:10:38 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libzbc
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: libzbc
|
||||
%define lname libzbc-5_8_3
|
||||
Version: 5.8.3
|
||||
%define lname libzbc-5_8_4
|
||||
Version: 5.8.4
|
||||
Release: 0
|
||||
Summary: Library for manipulating ZBC and ZAC disks
|
||||
License: BSD-2-Clause AND LGPL-3.0-or-later
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0bd72b82ddef120d3a8e7e4fb522abdc75baa105a9548f6e506a3b0552a1543
|
||||
size 142106
|
3
v5.8.4.tar.gz
Normal file
3
v5.8.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56013b2dc8ce053b71f14a418aa9b0ee0276298563dc11a09bd14604c202f666
|
||||
size 142622
|
Loading…
Reference in New Issue
Block a user