- don't reqquire bats

- Related: RHEL-39410

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2024-06-05 12:05:57 +02:00
parent 186bdafef8
commit 64ad761ca4

View File

@ -88,7 +88,9 @@ or
Summary: Tests for %{name}
Requires: %{name} = %{version}-%{release}
%if %{defined fedora}
Requires: bats
%endif
Requires: bzip2
Requires: podman
Requires: golang
@ -148,7 +150,7 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
%{!?_licensedir:%global license %doc}
%files
%license LICENSE
%license LICENSE vendor/modules.txt
%doc README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*