From 0fcde3f49a53324b8b3ef9cf96b8d9d130ea1d88 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 1 Feb 2022 14:49:38 -0700 Subject: [PATCH] tests package: now require git-daemon Reason: https://github.com/containers/buildah/pull/3701 rewrote some tests so as to use a local git daemon. Those tests are being skipped in bodhi right now because the git-daemon package is not installed. Signed-off-by: Ed Santiago --- buildah.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/buildah.spec b/buildah.spec index 0967bc8..2e89f92 100644 --- a/buildah.spec +++ b/buildah.spec @@ -99,6 +99,7 @@ Requires: jq Requires: httpd-tools Requires: openssl Requires: nmap-ncat +Requires: git-daemon %description tests %{summary}