From 0e034235a679809ac0827064db2acbce82587c67 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 12 Sep 2018 11:18:42 +0100 Subject: [PATCH] Enable recommends false to disable weak dependencies Signed-off-by: Peter Robinson --- fedora-iot-base.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora-iot-base.json b/fedora-iot-base.json index 57371c0..e839cfd 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -6,6 +6,8 @@ "selinux": true, + "recommends": false, + "documentation": false, "automatic_version_prefix": "29",