From f7442a27f014523e27860f8176d2a5ce1850fa2f Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 30 Jul 2024 09:45:44 +0200 Subject: [PATCH] Don't require fakeroot on RHEL. - Related: RHEL-27608 Signed-off-by: Jindrich Novy --- skopeo.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skopeo.spec b/skopeo.spec index 02c0cf1..e159019 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -91,7 +91,9 @@ Requires: podman Requires: crun Requires: httpd-tools Requires: openssl +%if %{defined fedora} Requires: fakeroot +%endif Requires: squashfs-tools %description tests