From 26b5864648bdbcdbbf5034618de105f1849a3c75 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Mon, 3 Feb 2025 17:41:35 +0100 Subject: [PATCH] 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 --- rpm/podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/podman.spec b/rpm/podman.spec index 03eb2c70e5..8e2635a304 100644 --- a/rpm/podman.spec +++ b/rpm/podman.spec @@ -144,6 +144,7 @@ Requires: %{name} = %{epoch}:%{version}-%{release} %if %{defined fedora} Requires: bats %endif +Requires: attr Requires: jq Requires: skopeo Requires: nmap-ncat