mirror of
https://github.com/containers/skopeo.git
synced 2025-07-12 05:58:34 +00:00
RPM: make bats a weak dep
bats isn't present on RHEL, CentOS Stream and ELN.
Ref: f88186e688 (r159874060)
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
54077f5238
commit
654c3fcc9c
@ -79,7 +79,6 @@ registries without the need to pull them
|
|||||||
Summary: Tests for %{name}
|
Summary: Tests for %{name}
|
||||||
|
|
||||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||||
Requires: bats
|
|
||||||
%if %{defined fakeroot}
|
%if %{defined fakeroot}
|
||||||
Requires: fakeroot
|
Requires: fakeroot
|
||||||
%endif
|
%endif
|
||||||
@ -91,6 +90,8 @@ Requires: crun
|
|||||||
Requires: httpd-tools
|
Requires: httpd-tools
|
||||||
Requires: openssl
|
Requires: openssl
|
||||||
Requires: squashfs-tools
|
Requires: squashfs-tools
|
||||||
|
# bats is not present on RHEL and ELN so it shouldn't be a strong dep
|
||||||
|
Recommends: bats
|
||||||
|
|
||||||
%description tests
|
%description tests
|
||||||
%{summary}
|
%{summary}
|
||||||
|
Loading…
Reference in New Issue
Block a user