forked from pool/libzbc
Accepting request 407728 from hardware
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/407728 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzbc?expand=0&rev=5
This commit is contained in:
commit
4d32b33684
8
_service
8
_service
@ -1,8 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service name="tar_scm" mode="disabled">
|
|
||||||
<param name="url">git://github.com/hgst/libzbc</param>
|
|
||||||
<param name="revision">2882d881e9f2278ad53daf340e298d6b91bc3aec</param>
|
|
||||||
<param name="scm">git</param>
|
|
||||||
<param name="versionformat">2.0.0.g@TAG_OFFSET@</param>
|
|
||||||
</service>
|
|
||||||
</services>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:058f2f5985d61acc83ff1cbb48824719585d3a8962889f6a831260483a214e2b
|
|
||||||
size 425560
|
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 1 08:22:20 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 4.1.1
|
||||||
|
* This release implements support for ZBC and ZAC revision 4 and
|
||||||
|
above draft standards.
|
||||||
|
* Fixed the fake backend driver to pass all tests even if the
|
||||||
|
device specified is very small (i.e. it has only a few sequential
|
||||||
|
zones).
|
||||||
|
* Display SG_IO ioctl error message only when the log level is set
|
||||||
|
to debug/verbose.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 13 17:47:24 UTC 2016 - jengelh@inai.de
|
Sat Feb 13 17:47:24 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
12
libzbc.spec
12
libzbc.spec
@ -17,20 +17,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libzbc
|
Name: libzbc
|
||||||
%define lname libzbc4
|
%define lname libzbc-4_1_1
|
||||||
Version: 2.0.0.g32
|
Version: 4.1.1
|
||||||
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+
|
License: BSD-2-Clause and LGPL-3.0+
|
||||||
Group: Hardware
|
Group: Hardware
|
||||||
Url: http://github.com/hgst/libzbc
|
Url: http://github.com/hgst/libzbc
|
||||||
|
|
||||||
#Git-Clone: git://github.com/hgst/libzbc
|
Source: https://github.com/hgst/libzbc/archive/v%version.tar.gz
|
||||||
Source: %name-%version.tar.xz
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libtool >= 2
|
BuildRequires: libtool >= 2
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: xz
|
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -79,7 +77,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 -qn %name
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
@ -111,7 +109,7 @@ make -C obj check %{?_smp_mflags}
|
|||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libzbc.so.4*
|
%_libdir/libzbc-*.so
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
3
v4.1.1.tar.gz
Normal file
3
v4.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d236251e3081bd8b6af103bfc85ec7d3fae6fd647cdc66f1ad650d6961befc7c
|
||||||
|
size 823360
|
Loading…
Reference in New Issue
Block a user