[PATCH] ci: refresh with 'lcitool manifest'

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

 



Major changes:

 * macOS 13 is removed. Cirrus CI now only supports a single
   version, macOS 14, so there is no addition of macOS 15
   possible.

 * The polkit lcitool mapping is renamed to pkcheck

 * The polkit package is renamed on Debian & Ubuntu

Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx>
---
 ci/buildenv/debian-12-cross-aarch64.sh         |  2 +-
 ci/buildenv/debian-12-cross-armv6l.sh          |  2 +-
 ci/buildenv/debian-12-cross-armv7l.sh          |  2 +-
 ci/buildenv/debian-12-cross-i686.sh            |  2 +-
 ci/buildenv/debian-12-cross-mips64el.sh        |  2 +-
 ci/buildenv/debian-12-cross-mipsel.sh          |  2 +-
 ci/buildenv/debian-12-cross-ppc64le.sh         |  2 +-
 ci/buildenv/debian-12-cross-s390x.sh           |  2 +-
 ci/buildenv/debian-12.sh                       |  2 +-
 ci/buildenv/debian-sid-cross-aarch64.sh        |  2 +-
 ci/buildenv/debian-sid-cross-armv6l.sh         |  2 +-
 ci/buildenv/debian-sid-cross-armv7l.sh         |  2 +-
 ci/buildenv/debian-sid-cross-i686.sh           |  2 +-
 ci/buildenv/debian-sid-cross-mips64el.sh       |  2 +-
 ci/buildenv/debian-sid-cross-ppc64le.sh        |  2 +-
 ci/buildenv/debian-sid-cross-s390x.sh          |  2 +-
 ci/buildenv/debian-sid.sh                      |  2 +-
 ci/buildenv/opensuse-leap-15.sh                |  1 +
 ci/buildenv/ubuntu-2204.sh                     |  2 +-
 ci/buildenv/ubuntu-2404.sh                     |  2 +-
 ci/cirrus/macos-13.vars                        | 16 ----------------
 .../debian-12-cross-aarch64.Dockerfile         |  2 +-
 .../debian-12-cross-armv6l.Dockerfile          |  2 +-
 .../debian-12-cross-armv7l.Dockerfile          |  2 +-
 ci/containers/debian-12-cross-i686.Dockerfile  |  2 +-
 .../debian-12-cross-mips64el.Dockerfile        |  2 +-
 .../debian-12-cross-mipsel.Dockerfile          |  2 +-
 .../debian-12-cross-ppc64le.Dockerfile         |  2 +-
 ci/containers/debian-12-cross-s390x.Dockerfile |  2 +-
 ci/containers/debian-12.Dockerfile             |  2 +-
 .../debian-sid-cross-aarch64.Dockerfile        |  2 +-
 .../debian-sid-cross-armv6l.Dockerfile         |  2 +-
 .../debian-sid-cross-armv7l.Dockerfile         |  2 +-
 ci/containers/debian-sid-cross-i686.Dockerfile |  2 +-
 .../debian-sid-cross-mips64el.Dockerfile       |  2 +-
 .../debian-sid-cross-ppc64le.Dockerfile        |  2 +-
 .../debian-sid-cross-s390x.Dockerfile          |  2 +-
 ci/containers/debian-sid.Dockerfile            |  2 +-
 ci/containers/opensuse-leap-15.Dockerfile      |  1 +
 ci/containers/ubuntu-2204.Dockerfile           |  2 +-
 ci/containers/ubuntu-2404.Dockerfile           |  2 +-
 ci/gitlab/builds.yml                           | 18 +-----------------
 ci/lcitool/projects/libvirt.yml                |  2 +-
 ci/manifest.yml                                |  7 -------
 44 files changed, 42 insertions(+), 79 deletions(-)
 delete mode 100644 ci/cirrus/macos-13.vars

diff --git a/ci/buildenv/debian-12-cross-aarch64.sh b/ci/buildenv/debian-12-cross-aarch64.sh
index 93288ae46f..b4a056d940 100644
--- a/ci/buildenv/debian-12-cross-aarch64.sh
+++ b/ci/buildenv/debian-12-cross-aarch64.sh
@@ -40,7 +40,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/debian-12-cross-armv6l.sh b/ci/buildenv/debian-12-cross-armv6l.sh
index 37e743478d..07ffb3da37 100644
--- a/ci/buildenv/debian-12-cross-armv6l.sh
+++ b/ci/buildenv/debian-12-cross-armv6l.sh
@@ -40,7 +40,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/debian-12-cross-armv7l.sh b/ci/buildenv/debian-12-cross-armv7l.sh
index 1b8e4f7019..6f88f6cc06 100644
--- a/ci/buildenv/debian-12-cross-armv7l.sh
+++ b/ci/buildenv/debian-12-cross-armv7l.sh
@@ -40,7 +40,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/debian-12-cross-i686.sh b/ci/buildenv/debian-12-cross-i686.sh
index 060b6ea75e..5da816d086 100644
--- a/ci/buildenv/debian-12-cross-i686.sh
+++ b/ci/buildenv/debian-12-cross-i686.sh
@@ -40,7 +40,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/debian-12-cross-mips64el.sh b/ci/buildenv/debian-12-cross-mips64el.sh
index 6da5920d1d..09c445758c 100644
--- a/ci/buildenv/debian-12-cross-mips64el.sh
+++ b/ci/buildenv/debian-12-cross-mips64el.sh
@@ -40,7 +40,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/debian-12-cross-mipsel.sh b/ci/buildenv/debian-12-cross-mipsel.sh
index 5ad809c625..a762d1e3b8 100644
--- a/ci/buildenv/debian-12-cross-mipsel.sh
+++ b/ci/buildenv/debian-12-cross-mipsel.sh
@@ -40,7 +40,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/debian-12-cross-ppc64le.sh b/ci/buildenv/debian-12-cross-ppc64le.sh
index eca66706fc..fe7b672799 100644
--- a/ci/buildenv/debian-12-cross-ppc64le.sh
+++ b/ci/buildenv/debian-12-cross-ppc64le.sh
@@ -40,7 +40,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/debian-12-cross-s390x.sh b/ci/buildenv/debian-12-cross-s390x.sh
index 65dc4ce545..1ca0768d14 100644
--- a/ci/buildenv/debian-12-cross-s390x.sh
+++ b/ci/buildenv/debian-12-cross-s390x.sh
@@ -40,7 +40,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/debian-12.sh b/ci/buildenv/debian-12.sh
index d06f33af12..fcd5291f22 100644
--- a/ci/buildenv/debian-12.sh
+++ b/ci/buildenv/debian-12.sh
@@ -74,7 +74,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/debian-sid-cross-aarch64.sh b/ci/buildenv/debian-sid-cross-aarch64.sh
index 93288ae46f..b4a056d940 100644
--- a/ci/buildenv/debian-sid-cross-aarch64.sh
+++ b/ci/buildenv/debian-sid-cross-aarch64.sh
@@ -40,7 +40,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/debian-sid-cross-armv6l.sh b/ci/buildenv/debian-sid-cross-armv6l.sh
index f19ec82093..53d2d79b38 100644
--- a/ci/buildenv/debian-sid-cross-armv6l.sh
+++ b/ci/buildenv/debian-sid-cross-armv6l.sh
@@ -40,7 +40,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/debian-sid-cross-armv7l.sh b/ci/buildenv/debian-sid-cross-armv7l.sh
index 4ebf3126e3..4e60877e77 100644
--- a/ci/buildenv/debian-sid-cross-armv7l.sh
+++ b/ci/buildenv/debian-sid-cross-armv7l.sh
@@ -40,7 +40,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/debian-sid-cross-i686.sh b/ci/buildenv/debian-sid-cross-i686.sh
index 43c02e784e..98e08b2397 100644
--- a/ci/buildenv/debian-sid-cross-i686.sh
+++ b/ci/buildenv/debian-sid-cross-i686.sh
@@ -40,7 +40,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/debian-sid-cross-mips64el.sh b/ci/buildenv/debian-sid-cross-mips64el.sh
index 6da5920d1d..09c445758c 100644
--- a/ci/buildenv/debian-sid-cross-mips64el.sh
+++ b/ci/buildenv/debian-sid-cross-mips64el.sh
@@ -40,7 +40,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/debian-sid-cross-ppc64le.sh b/ci/buildenv/debian-sid-cross-ppc64le.sh
index eca66706fc..fe7b672799 100644
--- a/ci/buildenv/debian-sid-cross-ppc64le.sh
+++ b/ci/buildenv/debian-sid-cross-ppc64le.sh
@@ -40,7 +40,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/debian-sid-cross-s390x.sh b/ci/buildenv/debian-sid-cross-s390x.sh
index 65dc4ce545..1ca0768d14 100644
--- a/ci/buildenv/debian-sid-cross-s390x.sh
+++ b/ci/buildenv/debian-sid-cross-s390x.sh
@@ -40,7 +40,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/debian-sid.sh b/ci/buildenv/debian-sid.sh
index d06f33af12..fcd5291f22 100644
--- a/ci/buildenv/debian-sid.sh
+++ b/ci/buildenv/debian-sid.sh
@@ -74,7 +74,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/opensuse-leap-15.sh b/ci/buildenv/opensuse-leap-15.sh
index 2a1c1e2314..add707c752 100644
--- a/ci/buildenv/opensuse-leap-15.sh
+++ b/ci/buildenv/opensuse-leap-15.sh
@@ -6,6 +6,7 @@
 
 function install_buildenv() {
     zypper update -y
+    zypper addrepo -fc https://download.opensuse.org/update/leap/15.6/backports/openSUSE:Backports:SLE-15-SP6:Update.repo
     zypper install -y \
            audit-devel \
            augeas \
diff --git a/ci/buildenv/ubuntu-2204.sh b/ci/buildenv/ubuntu-2204.sh
index 95762d663c..e581ce6012 100644
--- a/ci/buildenv/ubuntu-2204.sh
+++ b/ci/buildenv/ubuntu-2204.sh
@@ -75,7 +75,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/buildenv/ubuntu-2404.sh b/ci/buildenv/ubuntu-2404.sh
index 5ce8e74a91..8e459cbb25 100644
--- a/ci/buildenv/ubuntu-2404.sh
+++ b/ci/buildenv/ubuntu-2404.sh
@@ -75,7 +75,7 @@ function install_buildenv() {
             open-iscsi \
             perl-base \
             pkgconf \
-            policykit-1 \
+            polkitd \
             python3 \
             python3-docutils \
             python3-pytest \
diff --git a/ci/cirrus/macos-13.vars b/ci/cirrus/macos-13.vars
deleted file mode 100644
index d23fe3cd47..0000000000
--- a/ci/cirrus/macos-13.vars
+++ /dev/null
@@ -1,16 +0,0 @@
-# THIS FILE WAS AUTO-GENERATED
-#
-#  $ lcitool manifest ci/manifest.yml
-#
-# https://gitlab.com/libvirt/libvirt-ci
-
-CCACHE='/opt/homebrew/bin/ccache'
-CPAN_PKGS=''
-CROSS_PKGS=''
-MAKE='/opt/homebrew/bin/gmake'
-NINJA='/opt/homebrew/bin/ninja'
-PACKAGING_COMMAND='brew'
-PIP3='/opt/homebrew/bin/pip3'
-PKGS='augeas bash-completion black ccache codespell cppi curl diffutils docutils flake8 gettext git glib gnu-sed gnutls grep json-c libiscsi libpcap libssh libssh2 libxml2 libxslt make meson ninja perl pkg-config python3 qemu readline'
-PYPI_PKGS='pytest'
-PYTHON='/opt/homebrew/bin/python3'
diff --git a/ci/containers/debian-12-cross-aarch64.Dockerfile b/ci/containers/debian-12-cross-aarch64.Dockerfile
index e57cbffaec..f4d587177b 100644
--- a/ci/containers/debian-12-cross-aarch64.Dockerfile
+++ b/ci/containers/debian-12-cross-aarch64.Dockerfile
@@ -42,7 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/debian-12-cross-armv6l.Dockerfile b/ci/containers/debian-12-cross-armv6l.Dockerfile
index 9572f4d28f..d8f2a3bc42 100644
--- a/ci/containers/debian-12-cross-armv6l.Dockerfile
+++ b/ci/containers/debian-12-cross-armv6l.Dockerfile
@@ -42,7 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/debian-12-cross-armv7l.Dockerfile b/ci/containers/debian-12-cross-armv7l.Dockerfile
index e29eea8a6b..1abfb79931 100644
--- a/ci/containers/debian-12-cross-armv7l.Dockerfile
+++ b/ci/containers/debian-12-cross-armv7l.Dockerfile
@@ -42,7 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/debian-12-cross-i686.Dockerfile b/ci/containers/debian-12-cross-i686.Dockerfile
index 39f5e9ef8d..5681121d80 100644
--- a/ci/containers/debian-12-cross-i686.Dockerfile
+++ b/ci/containers/debian-12-cross-i686.Dockerfile
@@ -42,7 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/debian-12-cross-mips64el.Dockerfile b/ci/containers/debian-12-cross-mips64el.Dockerfile
index af15c9c76a..a4f2aabe10 100644
--- a/ci/containers/debian-12-cross-mips64el.Dockerfile
+++ b/ci/containers/debian-12-cross-mips64el.Dockerfile
@@ -42,7 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/debian-12-cross-mipsel.Dockerfile b/ci/containers/debian-12-cross-mipsel.Dockerfile
index 63caa15b20..a3f0652818 100644
--- a/ci/containers/debian-12-cross-mipsel.Dockerfile
+++ b/ci/containers/debian-12-cross-mipsel.Dockerfile
@@ -42,7 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/debian-12-cross-ppc64le.Dockerfile b/ci/containers/debian-12-cross-ppc64le.Dockerfile
index 6c6e747120..caf8229a8e 100644
--- a/ci/containers/debian-12-cross-ppc64le.Dockerfile
+++ b/ci/containers/debian-12-cross-ppc64le.Dockerfile
@@ -42,7 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/debian-12-cross-s390x.Dockerfile b/ci/containers/debian-12-cross-s390x.Dockerfile
index 4e124ca26a..c4f8479c13 100644
--- a/ci/containers/debian-12-cross-s390x.Dockerfile
+++ b/ci/containers/debian-12-cross-s390x.Dockerfile
@@ -42,7 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/debian-12.Dockerfile b/ci/containers/debian-12.Dockerfile
index 682f8217f4..3e6d0597e2 100644
--- a/ci/containers/debian-12.Dockerfile
+++ b/ci/containers/debian-12.Dockerfile
@@ -76,7 +76,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/debian-sid-cross-aarch64.Dockerfile b/ci/containers/debian-sid-cross-aarch64.Dockerfile
index 1932a7cfbe..3a06f01c5c 100644
--- a/ci/containers/debian-sid-cross-aarch64.Dockerfile
+++ b/ci/containers/debian-sid-cross-aarch64.Dockerfile
@@ -42,7 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/debian-sid-cross-armv6l.Dockerfile b/ci/containers/debian-sid-cross-armv6l.Dockerfile
index bd7b1a12a3..fdf129aa04 100644
--- a/ci/containers/debian-sid-cross-armv6l.Dockerfile
+++ b/ci/containers/debian-sid-cross-armv6l.Dockerfile
@@ -42,7 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/debian-sid-cross-armv7l.Dockerfile b/ci/containers/debian-sid-cross-armv7l.Dockerfile
index a0ee83d25b..8dbb705d69 100644
--- a/ci/containers/debian-sid-cross-armv7l.Dockerfile
+++ b/ci/containers/debian-sid-cross-armv7l.Dockerfile
@@ -42,7 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/debian-sid-cross-i686.Dockerfile b/ci/containers/debian-sid-cross-i686.Dockerfile
index b2f96a6c03..f856306a62 100644
--- a/ci/containers/debian-sid-cross-i686.Dockerfile
+++ b/ci/containers/debian-sid-cross-i686.Dockerfile
@@ -42,7 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/debian-sid-cross-mips64el.Dockerfile b/ci/containers/debian-sid-cross-mips64el.Dockerfile
index bcb24e13ff..468c5fbc3e 100644
--- a/ci/containers/debian-sid-cross-mips64el.Dockerfile
+++ b/ci/containers/debian-sid-cross-mips64el.Dockerfile
@@ -42,7 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/debian-sid-cross-ppc64le.Dockerfile b/ci/containers/debian-sid-cross-ppc64le.Dockerfile
index 66180dcb1e..37c256fe1e 100644
--- a/ci/containers/debian-sid-cross-ppc64le.Dockerfile
+++ b/ci/containers/debian-sid-cross-ppc64le.Dockerfile
@@ -42,7 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/debian-sid-cross-s390x.Dockerfile b/ci/containers/debian-sid-cross-s390x.Dockerfile
index 5f9fbc8ffd..232a8d7844 100644
--- a/ci/containers/debian-sid-cross-s390x.Dockerfile
+++ b/ci/containers/debian-sid-cross-s390x.Dockerfile
@@ -42,7 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/debian-sid.Dockerfile b/ci/containers/debian-sid.Dockerfile
index 87aee59bbd..febd286d86 100644
--- a/ci/containers/debian-sid.Dockerfile
+++ b/ci/containers/debian-sid.Dockerfile
@@ -76,7 +76,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/opensuse-leap-15.Dockerfile b/ci/containers/opensuse-leap-15.Dockerfile
index 38160bf7dc..952799aede 100644
--- a/ci/containers/opensuse-leap-15.Dockerfile
+++ b/ci/containers/opensuse-leap-15.Dockerfile
@@ -7,6 +7,7 @@
 FROM registry.opensuse.org/opensuse/leap:15.6
 
 RUN zypper update -y && \
+    zypper addrepo -fc https://download.opensuse.org/update/leap/15.6/backports/openSUSE:Backports:SLE-15-SP6:Update.repo && \
     zypper install -y \
            audit-devel \
            augeas \
diff --git a/ci/containers/ubuntu-2204.Dockerfile b/ci/containers/ubuntu-2204.Dockerfile
index 18555693d1..dc69a7d4df 100644
--- a/ci/containers/ubuntu-2204.Dockerfile
+++ b/ci/containers/ubuntu-2204.Dockerfile
@@ -77,7 +77,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/containers/ubuntu-2404.Dockerfile b/ci/containers/ubuntu-2404.Dockerfile
index b2f461b629..ecccfc637a 100644
--- a/ci/containers/ubuntu-2404.Dockerfile
+++ b/ci/containers/ubuntu-2404.Dockerfile
@@ -77,7 +77,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       open-iscsi \
                       perl-base \
                       pkgconf \
-                      policykit-1 \
+                      polkitd \
                       python3 \
                       python3-docutils \
                       python3-pytest \
diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml
index 214119b902..771fa67501 100644
--- a/ci/gitlab/builds.yml
+++ b/ci/gitlab/builds.yml
@@ -624,28 +624,12 @@ x86_64-freebsd-14:
     UPGRADE_COMMAND: pkg upgrade -y
 
 
-aarch64-macos-13:
-  extends: .cirrus_build_job
-  needs: []
-  allow_failure: false
-  variables:
-    CIRRUS_VM_IMAGE_NAME: ghcr.io/cirruslabs/macos-ventura-base:latest
-    CIRRUS_VM_IMAGE_SELECTOR: image
-    CIRRUS_VM_INSTANCE_TYPE: macos_instance
-    INSTALL_COMMAND: brew install
-    NAME: macos-13
-    PATH_EXTRA: /usr/local/opt/ccache/libexec:/usr/local/opt/gettext/bin:/usr/local/opt/libpcap/bin:/usr/local/opt/libxslt/bin
-    PKG_CONFIG_PATH: /usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/libpcap/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/ncurses/lib/pkgconfig:/usr/local/opt/readline/lib/pkgconfig
-    UPDATE_COMMAND: brew update
-    UPGRADE_COMMAND: brew upgrade
-
-
 aarch64-macos-14:
   extends: .cirrus_build_job
   needs: []
   allow_failure: false
   variables:
-    CIRRUS_VM_IMAGE_NAME: ghcr.io/cirruslabs/macos-sonoma-base:latest
+    CIRRUS_VM_IMAGE_NAME: ghcr.io/cirruslabs/macos-runner:sonoma
     CIRRUS_VM_IMAGE_SELECTOR: image
     CIRRUS_VM_INSTANCE_TYPE: macos_instance
     INSTALL_COMMAND: brew install
diff --git a/ci/lcitool/projects/libvirt.yml b/ci/lcitool/projects/libvirt.yml
index 9f8fc06ce4..aa0dc5924a 100644
--- a/ci/lcitool/projects/libvirt.yml
+++ b/ci/lcitool/projects/libvirt.yml
@@ -63,8 +63,8 @@ packages:
   - numad
   - openwsman
   - perl
+  - pkcheck
   - pkg-config
-  - polkit
   - portablexdr
   - python3
   - python3-docutils
diff --git a/ci/manifest.yml b/ci/manifest.yml
index 647510ed2f..43b9995717 100644
--- a/ci/manifest.yml
+++ b/ci/manifest.yml
@@ -203,13 +203,6 @@ targets:
         variables:
           RPM: skip
 
-  macos-13:
-    jobs:
-      - arch: aarch64
-        variables:
-          PATH_EXTRA: /usr/local/opt/ccache/libexec:/usr/local/opt/gettext/bin:/usr/local/opt/libpcap/bin:/usr/local/opt/libxslt/bin
-          PKG_CONFIG_PATH: /usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/libpcap/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/ncurses/lib/pkgconfig:/usr/local/opt/readline/lib/pkgconfig
-
   macos-14:
     jobs:
       - arch: aarch64
-- 
2.46.0




[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