[libvirt-ci PATCH 5/6] guests: include libxml2 explicitly for libvirt-php

Daniel P. Berrangé posted 6 patches 5 years, 9 months ago
[libvirt-ci PATCH 5/6] guests: include libxml2 explicitly for libvirt-php
Posted by Daniel P. Berrangé 5 years, 9 months ago
Some platforms pull in libxml2 indirectly, but since libvirt-php needs
it, we should list it explicitly.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 guests/vars/projects/libvirt-php.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guests/vars/projects/libvirt-php.yml b/guests/vars/projects/libvirt-php.yml
index c911dc6..aff7049 100644
--- a/guests/vars/projects/libvirt-php.yml
+++ b/guests/vars/projects/libvirt-php.yml
@@ -1,5 +1,6 @@
 ---
 packages:
+  - libxml2
   - php
   - php-imagick
   - xmllint
-- 
2.26.2

Re: [libvirt-ci PATCH 5/6] guests: include libxml2 explicitly for libvirt-php
Posted by Andrea Bolognani 5 years, 8 months ago
On Mon, 2020-05-11 at 18:22 +0100, Daniel P. Berrangé wrote:
> Some platforms pull in libxml2 indirectly, but since libvirt-php needs
> it, we should list it explicitly.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  guests/vars/projects/libvirt-php.yml | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization