File 023-ci-Add-gobject-introspection-dep.patch of Package virt-manager
Subject: ci: Add gobject-introspection dep
From: Cole Robinson crobinso@redhat.com Wed Dec 10 07:23:54 2025 -0500
Date: Thu Dec 11 09:22:56 2025 +0100:
Git: 488389ced5fe3e79adfa09e051bcbb97c7af0ec3
This is a bug elsewhere, but for now
it is blocking our CI:
https://bugzilla.redhat.com/show_bug.cgi?id=2412451
Signed-off-by: Cole Robinson <crobinso@redhat.com>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 422cb4ca5..36bdd491c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
run: |
dnf install -y \
gettext \
+ gobject-introspection \
python3-devel \
python3-docutils \
meson
diff --git a/.github/workflows/test-against-libvirt-git.yml b/.github/workflows/test-against-libvirt-git.yml
index b8a011082..63aad84fe 100644
--- a/.github/workflows/test-against-libvirt-git.yml
+++ b/.github/workflows/test-against-libvirt-git.yml
@@ -26,6 +26,7 @@ jobs:
dnf install -y \
gettext \
+ gobject-introspection \
python3-devel \
python3-docutils \
meson
diff --git a/.packit.yaml b/.packit.yaml
index 16cb742a3..716627899 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -8,6 +8,7 @@ specfile_path: build/virt-manager.spec
srpm_build_deps:
- gettext
+ - gobject-introspection
- python3-devel
- python3-docutils
- meson