From 10c1d63f26d7e3419abce2ab1f578800be5eb422 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 17 May 2018 19:14:55 +0200 Subject: [PATCH] Do not variant-filter comps Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index c058004df2..15932ed230 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -35,6 +35,7 @@ sigkeys = [ {% endif %} ] hashed_directories = True +comps_filter_environments = False # RUNROOT settings runroot = True