diff --git a/libnbd.spec b/libnbd.spec index 15d11de..c6a1bb8 100644 --- a/libnbd.spec +++ b/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 - 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 - 0.9.8-3 - Bump and rebuild to fix releng brokenness. https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/2LIDI33G3IEIPYSCCIP6WWKNHY7XZJGQ/