[libvirt] [RFC PATCH] travis: require libgnutls28-dev

Ján Tomko jtomko at redhat.com
Tue Jun 5 07:37:55 UTC 2018


Since commit <eee8c85> we require GnuTLS >= 3.2.0.
Install the aptly-named libgnutls28-dev package
instead of plain libgnutls-dev.

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
RFC, since I haven't even started to figure out how to test it.

Exposed by commit 3bf1959 which led to
virCryptoHaveCipher(VIR_CRYPTO_CIPHER_AES256CBC)
being called from the test suite, in qemuDomainSupportsEncryptedSecret.

The proper fix for non-GnuTLS user is probably disabling the build
of QEMU driver without GnuTLS, since capabilities caching won't work
properly anyway without the hash functions.

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f4dd0427a9..3f7c67398a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,7 +60,7 @@ addons:
       - libdbus-1-dev
       - libdevmapper-dev
       - libfuse-dev
-      - libgnutls-dev
+      - libgnutls28-dev
       - libnetcf-dev
       - libnl-3-dev
       - libnl-route-3-dev
-- 
2.13.6




More information about the libvir-list mailing list