From bdd86f2d427d308c5becfa9529dede571f13fc7b Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 15 Jan 2024 12:13:19 +0100 Subject: [PATCH] Require htpasswd(1) & openssl(1) for the system tests ... in the tests subpackage. There's no need to do a build just for this. Resolves: RHEL-19773 --- toolbox.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toolbox.spec b/toolbox.spec index e0994f5..3c926ca 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -51,6 +51,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release} Requires: coreutils Requires: gawk Requires: grep +Requires: httpd-tools +Requires: openssl Requires: skopeo