Re: [jenkins-ci PATCH v2 3/9] guests: fix glusterfs package name on Debian

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2019-02-05 at 17:53 +0000, Daniel P. Berrangé wrote:
[...]
>    glusterfs:
> -    deb: glusterfs-client
> +    deb: libglusterfs-dev
>      rpm: glusterfs-api-devel

This won't work, because before Debian Sid the libglusterfs-dev
package didn't exist and header files were included in the
glusterfs-common package.

So the correct solution is to do either

  glusterfs:
    deb: glusterfs-common
    rpm: glusterfs-api-devel
    DebianSid: libglusterfs-dev

or the more future-proof (and verbose)

  glusterfs:
    deb: libglusterfs-dev
    rpm: glusterfs-api-devel
    Debian8: glusterfs-common
    Debian9: glusterfs-common
    Ubuntu16: glusterfs-common
    Ubuntu18: glusterfs-common

I'd probably go for the latter.

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux