From 2fcdf29a72a4234a1b98a3e9f6db6ee104cc68d4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 6 Dec 2023 10:45:50 -0800 Subject: [PATCH] tests subpackage: require httpd-tools for htpasswd --- toolbox.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/toolbox.spec b/toolbox.spec index 40769bf..74727d6 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -17,7 +17,7 @@ Version: 0.0.99.4 %endif %endif -Release: 8%{?dist} +Release: 9%{?dist} Summary: Tool for containerized command line environments on Linux License: ASL 2.0 @@ -165,6 +165,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release} Requires: coreutils Requires: gawk Requires: grep +# for htpasswd +Requires: httpd-tools Requires: skopeo %if ! 0%{?rhel} Requires: bats @@ -264,6 +266,9 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf %changelog +* Wed Dec 06 2023 Adam Williamson - 0.0.99.4-9 +- tests subpackage: require httpd-tools for htpasswd + * Tue Dec 05 2023 Debarshi Ray - 0.0.99.4-8 - Fix the conditionals for 'if RHEL <= 9'