We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d042e3e commit d42d038Copy full SHA for d42d038
Containerfile
@@ -8,7 +8,7 @@ ADD rpmautospec-norpm.patch /
8
ADD repofiles/fedora-infra.repo /etc/yum.repos.d
9
10
RUN \
11
- dnf -y install mock koji dist-git-client patch python3-norpm python3-specfile redhat-rpm-config acl rpmautospec jq && \
+ dnf -y install mock koji dist-git-client patch python3-norpm python3-specfile redhat-rpm-config acl rpmautospec jq lua && \
12
patch /usr/lib/python3.14/site-packages/koji/rpmdiff.py < /rpmdiff.patch && \
13
patch /usr/lib/python3.14/site-packages/rpmautospec/pkg_history.py < rpmautospec-norpm.patch && \
14
dnf remove -y patch && \
0 commit comments