Accepting request 727903 from hardware
- Update to new release 5.8.2 OBS-URL: https://build.opensuse.org/request/show/727903 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzbc?expand=0&rev=12
This commit is contained in:
commit
bbba9db8ac
@ -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>
|
||||
|
||||
|
13
libzbc.spec
13
libzbc.spec
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: libzbc
|
||||
%define lname libzbc-5_8_0
|
||||
Version: 5.8.0
|
||||
%define lname libzbc-5_8_2
|
||||
Version: 5.8.2
|
||||
Release: 0
|
||||
Summary: Library for manipulating ZBC and ZAC disks
|
||||
License: BSD-2-Clause AND LGPL-3.0-or-later
|
||||
@ -26,7 +26,6 @@ Group: Hardware/Other
|
||||
URL: https://github.com/hgst/libzbc
|
||||
|
||||
Source: https://github.com/hgst/libzbc/archive/v%version.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: libtool >= 2
|
||||
BuildRequires: pkg-config
|
||||
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.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
@ -99,21 +98,17 @@ make -C obj check %{?_smp_mflags}
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%_bindir/zbc_*
|
||||
%doc COPYING.LESSER
|
||||
|
||||
%files gui
|
||||
%defattr(-,root,root)
|
||||
%_bindir/gzbc
|
||||
%_bindir/gz*
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libzbc-*.so
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_includedir/%name/
|
||||
%_libdir/libzbc.so
|
||||
%_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