diff --git a/libzbc.changes b/libzbc.changes index 8685f68..d1d9a88 100644 --- a/libzbc.changes +++ b/libzbc.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Mar 18 21:47:12 UTC 2018 - jengelh@inai.de + +- Update to new upstream release 5.5.0 + * Fixed various problems with the fake backend driver + (emulation mode), in particular when using a 4K sector disk + as backend storage. + * Properly set up direct I/O operation with the SG_IO interface + (SCSI and ATA backend drivers). + * Properly handle the maximum and optimal number of open zones + for drives with no limit and drives not reporting any limit. + * Skip open zone resource tests for drives with no limit or an + unreported limit on the maximum/optimal number of open zones. + * Add a new test to verify that a drive returns the correct + ASC/ASCQ sense error codes when writing to a full zone (HM + drives only). + ------------------------------------------------------------------- Tue Aug 8 11:18:07 UTC 2017 - jengelh@inai.de diff --git a/libzbc.spec b/libzbc.spec index 24e6e9f..07a8d93 100644 --- a/libzbc.spec +++ b/libzbc.spec @@ -1,7 +1,7 @@ # # spec file for package libzbc # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: libzbc -%define lname libzbc-5_3_1 -Version: 5.3.1 +%define lname libzbc-5_5_0 +Version: 5.5.0 Release: 0 Summary: Library for manipulating ZBC and ZAC disks -License: BSD-2-Clause and LGPL-3.0+ -Group: Hardware +License: BSD-2-Clause AND LGPL-3.0-or-later +Group: Hardware/Other Url: http://github.com/hgst/libzbc Source: https://github.com/hgst/libzbc/archive/v%version.tar.gz diff --git a/v5.3.1.tar.gz b/v5.3.1.tar.gz deleted file mode 100644 index e57194a..0000000 --- a/v5.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e048e0f16649b3b75e6a0ad148951de9f36c357485322e44bf9257060ce77d50 -size 126910 diff --git a/v5.5.0.tar.gz b/v5.5.0.tar.gz new file mode 100644 index 0000000..75e6d5e --- /dev/null +++ b/v5.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97565f4a2c6c42eeca52a07bc51c3faedcdad50d68d89135842d839182839bad +size 128170