From: Jiri Denemark Date: Mon, 3 Jun 2013 12:57:29 +0000 (+0200) Subject: spec: Explicitly require libgcrypt-devel X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3b50a711f0e40cff3f415b87f8b38c785f3cce91;p=libvirt.git spec: Explicitly require libgcrypt-devel 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. --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 37d656d6e7..47902e603c 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -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}