Skip to content
Snippets Groups Projects

fix kresctl packaging

Merged Vaclav Sraier requested to merge manager-kresctl-packaging-fixes into manager
4 files
+ 9
9
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -13,9 +13,9 @@ Tests: systemd_service.sh
Tests-Directory: manager/tests/packaging
Restrictions: needs-root
{% if distro.match('fedora') -%}
Depends: knot-utils, jq, curl
Depends: knot-utils, jq, curl, procps
{% elif distro.match('debian') or distro.match('ubuntu') -%}
Depends: knot-dnsutils, jq, curl
Depends: knot-dnsutils, jq, curl, procps
{% elif distro.match('arch') -%}
Depends: knot, jq, curl
{% elif distro.match('opensuse') -%}
Loading