summaryrefslogtreecommitdiff
path: root/podman.spec.rpkg
diff options
context:
space:
mode:
authorLokesh Mandvekar <lsm5@fedoraproject.org>2022-08-05 16:03:03 -0400
committerLokesh Mandvekar <lsm5@fedoraproject.org>2022-08-05 16:11:17 -0400
commit7ebaabb9301a3238bba82250b3d6414c6dcc9e0c (patch)
tree7d8532a44b12c0b1aae080e7a670a8d642fbc82b /podman.spec.rpkg
parent66c246d2c13edb893368fef4ba3a9770c00f8f3b (diff)
downloadpodman-7ebaabb9301a3238bba82250b3d6414c6dcc9e0c.tar.gz
podman-7ebaabb9301a3238bba82250b3d6414c6dcc9e0c.tar.bz2
podman-7ebaabb9301a3238bba82250b3d6414c6dcc9e0c.zip
[CI:COPR] podman.spec.rpkg: add python3 dependency for el8
EL8 builds are failing because hack/markdown-preprocess needs python3 which AFAICT isn't included by default in EL8 build environments. This commit also includes an additional `[CI:COPR]` mode which is currently runs the same tests as `[CI:DOCS]` but could differ in future. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
Diffstat (limited to 'podman.spec.rpkg')
-rw-r--r--podman.spec.rpkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/podman.spec.rpkg b/podman.spec.rpkg
index 7068c9745..f27b31108 100644
--- a/podman.spec.rpkg
+++ b/podman.spec.rpkg
@@ -59,6 +59,7 @@ BuildRequires: go-rpm-macros
%endif
%if 0%{?rhel} <= 8
BuildRequires: pkgconfig(devmapper)
+BuildRequires: python3
%endif
BuildRequires: gpgme-devel
BuildRequires: libassuan-devel