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
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 %}