Fix nbdkit dependencies so we're actually running the tests.
Add glib2-devel BR so we build the glib main loop example.
This commit is contained in:
parent
96b1c68065
commit
f0a39ef385
11
libnbd.spec
11
libnbd.spec
@ -9,7 +9,7 @@
|
||||
|
||||
Name: libnbd
|
||||
Version: 0.9.8
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: NBD client library in userspace
|
||||
|
||||
License: LGPLv2+
|
||||
@ -43,9 +43,14 @@ BuildRequires: python3-devel
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-findlib-devel
|
||||
|
||||
# Only for building the examples.
|
||||
BuildRequires: glib2-devel
|
||||
|
||||
# Only for running the test suite.
|
||||
BuildRequires: gnutls-utils
|
||||
BuildRequires: nbdkit
|
||||
BuildRequires: nbdkit-sh-plugin
|
||||
BuildRequires: nbdkit-devel
|
||||
BuildRequires: nbd
|
||||
BuildRequires: qemu-img
|
||||
BuildRequires: gcc-c++
|
||||
@ -210,6 +215,10 @@ make %{?_smp_mflags} check || {
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 21 2019 Richard W.M. Jones <rjones@redhat.com> - 0.9.8-4
|
||||
- Fix nbdkit dependencies so we're actually running the tests.
|
||||
- Add glib2-devel BR so we build the glib main loop example.
|
||||
|
||||
* Tue Aug 20 2019 Richard W.M. Jones <rjones@redhat.com> - 0.9.8-3
|
||||
- Bump and rebuild to fix releng brokenness.
|
||||
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/2LIDI33G3IEIPYSCCIP6WWKNHY7XZJGQ/
|
||||
|
Loading…
Reference in New Issue
Block a user