]> 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)
committerEric Blake <eblake@redhat.com>
Mon, 3 Jun 2013 16:16:13 +0000 (10:16 -0600)
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 37d656d6e790548744a14366a88e50cdf39dbdad..47902e603c81639696e7d87271a097a117e192e6 100644 (file)
@@ -418,6 +418,7 @@ BuildRequires: readline-devel
 BuildRequires: ncurses-devel
 BuildRequires: gettext
 BuildRequires: libtasn1-devel
+BuildRequires: libgcrypt-devel
 BuildRequires: gnutls-devel
 BuildRequires: libattr-devel
 %if %{with_libvirtd}