From f0a39ef385dc0091dd0b9820e78c9f286f9aea60 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 21 Aug 2019 09:42:28 +0100 Subject: [PATCH] Fix nbdkit dependencies so we're actually running the tests. Add glib2-devel BR so we build the glib main loop example. --- libnbd.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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/