From 67f6d3f3d83c8bccc4ad3fc7640d781beb2d7d7d Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 1 Mar 2021 12:19:13 -0700 Subject: [PATCH] skopeo-tests: require openssl Gating tests failing on rawhide[1] with: openssl: command not found Reason: openssl is needed in test setup to create a cert. Solution: add 'Requires: openssl' to -tests subpackage [1] https://osci-jenkins-1.ci.fedoraproject.org/job/fedora-ci/job/dist-git-pipeline/job/master/24212/testReport/(root)/tests/root_test/ Signed-off-by: Ed Santiago --- skopeo.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/skopeo.spec b/skopeo.spec index ba80a34..9de801f 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -249,6 +249,7 @@ Requires: gnupg Requires: jq Requires: podman Requires: httpd-tools +Requires: openssl %description tests %{summary}