The libosinfo project would like to start using these container images in their own CI pipeline, so they need the corresponding build dependencies to be included. Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx> --- refresh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/refresh b/refresh index 81df77e..2491613 100755 --- a/refresh +++ b/refresh @@ -59,13 +59,18 @@ class Dockerfile: self.cross_arch = None self.projects = [ + "libosinfo", "libvirt", + "osinfo-db", + "osinfo-db-tools", ] # Fedora Rawhide is special in that we use it to perform MinGW # builds, so we need to add the corresponding projects if self.os == "fedora-rawhide": self.projects += [ + "osinfo-db-tools+mingw*", + "libosinfo+mingw*", "libvirt+mingw*", ] -- 2.21.0 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list