From a02e994220e79cfb39cbdea6cd9996493a36ca68cb1f021a4324b23efd3cf0dc Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 16 May 2024 06:05:01 +0000 Subject: [PATCH] - Update to release 5.14 OBS-URL: https://build.opensuse.org/package/show/hardware/libzbc?expand=0&rev=43 --- libzbc.changes | 11 +++++++++++ libzbc.spec | 11 +++-------- v5.13.0.tar.gz | 3 --- v5.14.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 v5.13.0.tar.gz create mode 100644 v5.14.0.tar.gz diff --git a/libzbc.changes b/libzbc.changes index bb9aab4..372862c 100644 --- a/libzbc.changes +++ b/libzbc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 16 06:04:20 UTC 2024 - Jan Engelhardt + +- Update to release 5.14 + * Fix zbc_report_zones() to have the backend drivers handle + command buffer allocation. This simplification avoids rare + issues with report zones command failing due to an invalid + command size. + * Do not set the IMMED bit in the SYNCHRONIZE CACHE command + issued by zbc_flush() function. + ------------------------------------------------------------------- Wed Nov 2 10:55:20 UTC 2022 - Jan Engelhardt diff --git a/libzbc.spec b/libzbc.spec index 5e29509..5fe19c9 100644 --- a/libzbc.spec +++ b/libzbc.spec @@ -1,7 +1,7 @@ # # spec file for package libzbc # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libzbc %define lname libzbc5 -Version: 5.13.0 +Version: 5.14.0 Release: 0 Summary: Library for manipulating ZBC and ZAC disks License: BSD-2-Clause AND LGPL-3.0-or-later @@ -81,13 +81,9 @@ Block Command (ZBC), Zoned-device ATA command set (ZAC) disks. %build autoreconf -fi -#mkdir obj -#pushd obj/ -#define _configure ../configure # includedir intentional, cf. bugzilla.opensuse.org/795968 %configure --disable-static --includedir="%_includedir/%name" CFLAGS="%optflags -fno-common" %make_build -#popd %install %make_install @@ -96,8 +92,7 @@ find "%buildroot/%_libdir" -type f -name "*.la" -delete %check %make_build check -%post -n %lname -p /sbin/ldconfig -%postun -n %lname -p /sbin/ldconfig +%ldconfig_scriptlets -n %lname %files tools %_bindir/zbc_* diff --git a/v5.13.0.tar.gz b/v5.13.0.tar.gz deleted file mode 100644 index c17e927..0000000 --- a/v5.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70fb795a758443345fbae16327a079b36db74d7cb003243d0b752d8b8e3e8d6a -size 142639 diff --git a/v5.14.0.tar.gz b/v5.14.0.tar.gz new file mode 100644 index 0000000..705523b --- /dev/null +++ b/v5.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7d370df0ce428bd259d976395fd3912809327c7985e58466926154cdf6a981 +size 142520