forked from pool/libzbc
- Update to new release 5.8.2
OBS-URL: https://build.opensuse.org/package/show/hardware/libzbc?expand=0&rev=23
This commit is contained in:
parent
957ccbb93f
commit
f54118dd35
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 08:10:22 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to new release 5.8.2
|
||||||
|
* Fix SG IO header dxfer_len field to avoid failures of
|
||||||
|
vectored IOs with more than a single vector.
|
||||||
|
* Change error code returned by zbc_preadv() and zbc_pwritev()
|
||||||
|
from -EINVAL to -EIO in the case of an an unaligned IO
|
||||||
|
request. This change matches the kernel returned error value.
|
||||||
|
* New gzviewer tool to graphically display a device zone state.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 28 07:10:57 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Fri Jun 28 07:10:57 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
13
libzbc.spec
13
libzbc.spec
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libzbc
|
Name: libzbc
|
||||||
%define lname libzbc-5_8_0
|
%define lname libzbc-5_8_2
|
||||||
Version: 5.8.0
|
Version: 5.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for manipulating ZBC and ZAC disks
|
Summary: Library for manipulating ZBC and ZAC disks
|
||||||
License: BSD-2-Clause AND LGPL-3.0-or-later
|
License: BSD-2-Clause AND LGPL-3.0-or-later
|
||||||
@ -26,7 +26,6 @@ Group: Hardware/Other
|
|||||||
URL: https://github.com/hgst/libzbc
|
URL: https://github.com/hgst/libzbc
|
||||||
|
|
||||||
Source: https://github.com/hgst/libzbc/archive/v%version.tar.gz
|
Source: https://github.com/hgst/libzbc/archive/v%version.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: libtool >= 2
|
BuildRequires: libtool >= 2
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
@ -77,7 +76,7 @@ libzbc is a simple library providing functions for manipulating Zoned
|
|||||||
Block Command (ZBC), Zoned-device ATA command set (ZAC) disks.
|
Block Command (ZBC), Zoned-device ATA command set (ZAC) disks.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
@ -99,21 +98,17 @@ make -C obj check %{?_smp_mflags}
|
|||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
|
||||||
%_bindir/zbc_*
|
%_bindir/zbc_*
|
||||||
%doc COPYING.LESSER
|
%doc COPYING.LESSER
|
||||||
|
|
||||||
%files gui
|
%files gui
|
||||||
%defattr(-,root,root)
|
%_bindir/gz*
|
||||||
%_bindir/gzbc
|
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
|
||||||
%_libdir/libzbc-*.so
|
%_libdir/libzbc-*.so
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%_includedir/%name/
|
%_includedir/%name/
|
||||||
%_libdir/libzbc.so
|
%_libdir/libzbc.so
|
||||||
%_libdir/pkgconfig/libzbc.pc
|
%_libdir/pkgconfig/libzbc.pc
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3bea38b2b1c8285e443bfdf73d0c83167c75e2154f5f61bcdcc49e705db127c6
|
|
||||||
size 138046
|
|
3
v5.8.2.tar.gz
Normal file
3
v5.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cb206a1b1ce6cbe6beb7f0681dc85d9f3aea5c36e57255729dbce552b2f181e9
|
||||||
|
size 141968
|
Loading…
Reference in New Issue
Block a user