mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
rpm: add attr as dependency for podman-tests
Since commit 06c103469d we are using getfattr in system tests, that caused failures in gating tests[1] as getfattr was not installed. So add attr as dependency. [1] https://artifacts.dev.testing-farm.io/d93b6849-e526-46e9-a7c3-874bad4217a9/work-tests.yml8_p4nfkf/tests-n75vnz0u/test.podman-root.bats.log Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:

committed by
openshift-cherrypick-robot

parent
2a00ee8f5a
commit
cadf081554
@ -142,6 +142,7 @@ Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
%if %{defined fedora}
|
||||
Requires: bats
|
||||
%endif
|
||||
Requires: attr
|
||||
Requires: jq
|
||||
Requires: skopeo
|
||||
Requires: nmap-ncat
|
||||
|
Reference in New Issue
Block a user