From 0a139dcc5a81e815b20984b527e513b239052b06 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 20 Jul 2020 13:28:33 -0600 Subject: [PATCH] skopeo-tests package now requires httpd-tools ...for htpasswd, which was disastrously removed from the docker.io/registry image. Skopeo tests now run htpasswd directly on the host. Signed-off-by: Ed Santiago --- skopeo.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/skopeo.spec b/skopeo.spec index e485311..ae84216 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -277,6 +277,7 @@ Requires: bats Requires: gnupg Requires: jq Requires: podman +Requires: httpd-tools %description tests %{summary}