← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~cgrabowski/maas:fix_dns_deps_in_snap into maas:master

 

Christian Grabowski has proposed merging ~cgrabowski/maas:fix_dns_deps_in_snap into maas:master.

Commit message:
ensure the dnsutils package is an explicit dep in the snap



Requested reviews:
  MAAS Maintainers (maas-maintainers)

For more details, see:
https://code.launchpad.net/~cgrabowski/maas/+git/maas/+merge/433956
-- 
Your team MAAS Maintainers is requested to review the proposed merge of ~cgrabowski/maas:fix_dns_deps_in_snap into maas:master.
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index e410827..fdfcb88 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -85,6 +85,7 @@ parts:
       - amtterm # AMT
       - avahi-utils
       - bind9
+      - bind9-dnsutils
       - chrony
       - dns-root-data # for bind9
       - freeipmi-tools # IPMI

Follow ups