]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Explicitly require libgcrypt-devel
authorJiri Denemark <jdenemar@redhat.com>
Mon, 3 Jun 2013 12:57:29 +0000 (14:57 +0200)
committerCole Robinson <crobinso@redhat.com>
Wed, 6 Nov 2013 18:55:32 +0000 (13:55 -0500)
Our configure.ac says:

    Not all versions of gnutls include -lgcrypt, and so we add
    it explicitly for the calls to gcry_control/check_version

Thus we cannot rely on gnutls-devel to bring grcypt-devel as a
dependency.

(cherry picked from commit 3b50a711f0e40cff3f415b87f8b38c785f3cce91)

libvirt.spec.in

index f5d5065845c81344ebefb1e0cbe836b63af0e658..403b7679626b20d827f6db0fe36373bcb3ca53c1 100644 (file)
@@ -410,6 +410,7 @@ BuildRequires: readline-devel
 BuildRequires: ncurses-devel
 BuildRequires: gettext
 BuildRequires: libtasn1-devel
+BuildRequires: libgcrypt-devel
 BuildRequires: gnutls-devel
 BuildRequires: libattr-devel
 %if %{with_libvirtd}