From c75683da9e80c23b338bfa8bea3186f0f21c50f3 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Mon, 3 Jun 2013 14:57:29 +0200 Subject: [PATCH] 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. (cherry picked from commit 3b50a711f0e40cff3f415b87f8b38c785f3cce91) --- libvirt.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index f5d5065845..403b767962 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -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} -- 2.47.2