From: Jakub Ružička Date: Thu, 12 Jun 2025 11:24:25 +0000 (+0200) Subject: distro/tests: update test dependencies X-Git-Tag: v6.0.15~14^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fenvironments%2Fdocs-ci-alma-10-1nrr88%2Fdeployments%2F7000;p=thirdparty%2Fknot-resolver.git distro/tests: update test dependencies Depend on man on almalinux. Also shorten distro.match invocations for readability. --- diff --git a/distro/tests/extra/all/control b/distro/tests/extra/all/control index 1130b04dc..d11c79371 100644 --- a/distro/tests/extra/all/control +++ b/distro/tests/extra/all/control @@ -19,7 +19,7 @@ Tests-Directory: tests/packaging Restrictions: needs-root {% if distro.match('fedora') -%} Depends: knot-utils, jq, curl, procps -{% elif distro.match('debian') or distro.match('ubuntu') -%} +{% elif distro.match('debian', 'ubuntu') -%} Depends: knot-dnsutils, jq, curl, procps {% elif distro.match('arch') -%} Depends: knot, jq, curl @@ -36,6 +36,6 @@ Depends: unsupported-distro-this-package-does-not-exist-and-the-test-should-fail Tests: manpage.sh Tests-Directory: tests/packaging -{% if distro.match('fedora') or distro.match('rocky') or distro.match('opensuse') -%} +{% if distro.match('fedora', 'almalinux', 'rocky', 'opensuse') -%} Depends: man {%- endif %}