forked from pool/libzbc
Accepting request 1174366 from hardware
- Update to release 5.14 OBS-URL: https://build.opensuse.org/request/show/1174366 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzbc?expand=0&rev=22
This commit is contained in:
commit
08fcae9380
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 06:04:20 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- 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 <jengelh@inai.de>
|
||||
|
||||
|
11
libzbc.spec
11
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_*
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70fb795a758443345fbae16327a079b36db74d7cb003243d0b752d8b8e3e8d6a
|
||||
size 142639
|
3
v5.14.0.tar.gz
Normal file
3
v5.14.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa7d370df0ce428bd259d976395fd3912809327c7985e58466926154cdf6a981
|
||||
size 142520
|
Loading…
Reference in New Issue
Block a user