mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08:00
[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>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user