diff options
| author | Simon Rettberg | 2025-04-15 11:39:47 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2025-04-15 11:39:47 +0200 |
| commit | 36fce8d917034a2d095eb297bb19fac16e59c9f3 (patch) | |
| tree | a6a973973f1d386f5f6f681bbe9fbbb6c957875b | |
| parent | [libvirt-src] Kill /run and /var/run (diff) | |
| download | mltk-36fce8d917034a2d095eb297bb19fac16e59c9f3.tar.gz mltk-36fce8d917034a2d095eb297bb19fac16e59c9f3.tar.xz mltk-36fce8d917034a2d095eb297bb19fac16e59c9f3.zip | |
Bump libvirt-related versions
| -rw-r--r-- | core/modules/libvirt-glib/module.conf | 2 | ||||
| -rw-r--r-- | core/modules/libvirt-python/module.conf | 2 | ||||
| -rw-r--r-- | core/modules/libvirt-src/module.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/modules/libvirt-glib/module.conf b/core/modules/libvirt-glib/module.conf index f32b12b6..c430b3d3 100644 --- a/core/modules/libvirt-glib/module.conf +++ b/core/modules/libvirt-glib/module.conf @@ -5,7 +5,7 @@ REQUIRED_MODULES=" " REQUIRED_GIT=" - https://gitlab.com/libvirt/libvirt-glib.git||v4.0.0 + https://gitlab.com/libvirt/libvirt-glib.git||v5.0.0 " # copy everything since there is a clean installation done by 'ninja install' diff --git a/core/modules/libvirt-python/module.conf b/core/modules/libvirt-python/module.conf index cebae641..7d14c58d 100644 --- a/core/modules/libvirt-python/module.conf +++ b/core/modules/libvirt-python/module.conf @@ -5,7 +5,7 @@ REQUIRED_MODULES=" " REQUIRED_GIT=" - https://gitlab.com/libvirt/libvirt-python.git||v9.5.0 + https://gitlab.com/libvirt/libvirt-python.git||${CONFIG_LIBVIRT_VERSION:-v11.2.0} " # copy everything since there is a clean installation done by 'setup.py install' diff --git a/core/modules/libvirt-src/module.conf b/core/modules/libvirt-src/module.conf index 56b78085..d6c55313 100644 --- a/core/modules/libvirt-src/module.conf +++ b/core/modules/libvirt-src/module.conf @@ -5,7 +5,7 @@ REQUIRED_MODULES=" " REQUIRED_GIT=" - https://gitlab.com/libvirt/libvirt.git||${CONFIG_LIBVIRT_VERSION:-v11.0.0} + https://gitlab.com/libvirt/libvirt.git||${CONFIG_LIBVIRT_VERSION:-v11.2.0} " # copy everything since there is a clean installation done by 'ninja install' |
