[libvirt PATCH 11/17] meson: don't check collie as program for sheepdog

Pavel Hrdina phrdina at redhat.com
Fri Apr 16 19:12:40 UTC 2021


Upstream sheepdog changed collie to dog back in 2013 in version 0.7.0.
Looking into repology that version is no longer used by any distribution
supported by libvirt.

Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index cd88e26f9a..837955de37 100644
--- a/meson.build
+++ b/meson.build
@@ -1927,7 +1927,7 @@ if conf.has('WITH_LIBVIRTD')
   endif
 
   if not get_option('storage_sheepdog').disabled()
-    sheepdogcli_prog = find_program(['collie', 'dog'], required: get_option('storage_sheepdog'), dirs: libvirt_sbin_path)
+    sheepdogcli_prog = find_program('dog', required: get_option('storage_sheepdog'), dirs: libvirt_sbin_path)
 
     if sheepdogcli_prog.found()
       use_storage = true
-- 
2.30.2




More information about the libvir-list mailing list