mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
[skip-ci] RPM: bats
required only on Fedora
The `bats` package is not present on RHEL environments. It should be conditionalized only for Fedora to avoid `installibility` test failures. C9S Ref: https://gitlab.com/redhat/centos-stream/rpms/podman/-/blob/c9s/podman.spec?ref_type=heads#L130 Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
@ -143,7 +143,9 @@ pages and %{name}.
|
||||
Summary: Tests for %{name}
|
||||
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
%if %{defined fedora}
|
||||
Requires: bats
|
||||
%endif
|
||||
Requires: jq
|
||||
Requires: skopeo
|
||||
Requires: nmap-ncat
|
||||
|
Reference in New Issue
Block a user