ci: refresh with 'lcitool manifest'

This brings in a workaround for broken deps with OpenSUSE
repos, by allowing downgrades.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé
2026-06-09 14:16:35 +01:00
parent d5301e593a
commit 1e194060d0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,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 \
zypper install -y --allow-downgrade \
audit-devel \
augeas \
augeas-lenses \
+1 -1
View File
@@ -6,7 +6,7 @@
function install_buildenv() {
zypper dist-upgrade -y
zypper install -y \
zypper install -y --allow-downgrade \
audit-devel \
augeas \
augeas-lenses \
+1 -1
View File
@@ -8,7 +8,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 \
zypper install -y --allow-downgrade \
audit-devel \
augeas \
augeas-lenses \
+1 -1
View File
@@ -7,7 +7,7 @@
FROM registry.opensuse.org/opensuse/tumbleweed:latest
RUN zypper dist-upgrade -y && \
zypper install -y \
zypper install -y --allow-downgrade \
audit-devel \
augeas \
augeas-lenses \