1
0
Fork 0
forked from infra/ansible

bodhi: hotfix for ELN gating

See https://github.com/fedora-infra/bodhi/pull/6110

Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
Mattia Verga 2026-05-30 18:44:01 +02:00 committed by Adam Williamson
commit 564b6552f6

View file

@ -33,4 +33,10 @@ RUN chmod -R a+w $(python3 -Ic "import sysconfig; print(sysconfig.get_path('pure
RUN dnf install -y procps-ng fpaste
{% endif %}
{% if env != "staging" %}
# Temporary backport patch for ELN kernel gating
RUN curl https://github.com/fedora-infra/bodhi/commit/3e50cc192417cbe76caae8440ae27eb2b1928fae.patch -o /tmp/bodhi_eln.patch
RUN patch -p3 -rutN -d /usr/lib/python3.14/site-packages/bodhi < /tmp/bodhi_eln.patch
{% endif %}
ENV USER=openshift