containers / qm

QM is a containerized environment for running Functional Safety qm (Quality Management) software

Home Page:https://github.com/containers/qm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qm.spec issue with podman dependency

alexlarsson opened this issue · comments

This here:
https://gitlab.com/CentOS/automotive/rpms/qm/-/blob/automotive_sig/qm.spec?ref_type=heads#L81

%if %{with podman_45}
Requires: podman >= %{podman_epoch}:4.5
%endif

Is wrong. If with_podman_45 is false, then there is no dependency at all on podman, which means podman will not be installed and the image breaks.