diff --git a/_service b/_service index 2f28520..616ce9c 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ git://github.com/hgst/libzbc - 548f6455340b304c0e7060681444d11efa16f3d8 + 2882d881e9f2278ad53daf340e298d6b91bc3aec git - 2.0.0~git@REVISION@ + 2.0.0.g@TAG_OFFSET@ diff --git a/libzbc-2.0.0.g32.tar.xz b/libzbc-2.0.0.g32.tar.xz new file mode 100644 index 0000000..36ede0b --- /dev/null +++ b/libzbc-2.0.0.g32.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058f2f5985d61acc83ff1cbb48824719585d3a8962889f6a831260483a214e2b +size 425560 diff --git a/libzbc-2.0.0~git113.tar.xz b/libzbc-2.0.0~git113.tar.xz deleted file mode 100644 index 20ad6d3..0000000 --- a/libzbc-2.0.0~git113.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98dc5e1af5c2b7d11922c4ea9c0ec6443b3c2558f043784ed291d8bd7b0e1a34 -size 422156 diff --git a/libzbc.changes b/libzbc.changes index 8c9fc03..b6c9df3 100644 --- a/libzbc.changes +++ b/libzbc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Feb 13 17:47:24 UTC 2016 - jengelh@inai.de + +- Update to new git snapshot 2.0.0.g32 +* Support for ZBC and ZAC r04 +* Added block device backend driver for use with kernels providing + SMR support and exposing host-managed disks as block devices. + ------------------------------------------------------------------- Thu Nov 12 19:13:31 UTC 2015 - jengelh@inai.de diff --git a/libzbc.spec b/libzbc.spec index 0e72f47..bb3c6b3 100644 --- a/libzbc.spec +++ b/libzbc.spec @@ -1,7 +1,7 @@ # # spec file for package libzbc # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,8 +17,8 @@ Name: libzbc -%define lname libzbc2 -Version: 2.0.0~git113 +%define lname libzbc4 +Version: 2.0.0.g32 Release: 0 Summary: Library for manipulating ZBC and ZAC disks License: BSD-2-Clause and LGPL-3.0+ @@ -26,7 +26,6 @@ Group: Hardware Url: http://github.com/hgst/libzbc #Git-Clone: git://github.com/hgst/libzbc -#Snapshot: 548f6455340b304c0e7060681444d11efa16f3d8 Source: %name-%version.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libtool >= 2 @@ -92,9 +91,8 @@ make %{?_smp_mflags} popd %install -b="%buildroot"; %make_install -C obj -find "$b/%_libdir" -type f -name "*.la" -delete; +find "%buildroot/%_libdir" -type f -name "*.la" -delete %check make -C obj check %{?_smp_mflags} @@ -113,7 +111,7 @@ make -C obj check %{?_smp_mflags} %files -n %lname %defattr(-,root,root) -%_libdir/libzbc.so.2* +%_libdir/libzbc.so.4* %doc COPYING %files devel