diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index 35a70ae..7f24cf3 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -55,7 +55,13 @@ pkgset_koji_module_tag = "dist-c8-module-compose" pkgset_allow_reuse = False -sigkeys = [{{ sigkeys_fingerprints | join('", "') }}] +sigkeys = [ + {% for sigkey in %} + {% if sigkey %} + "{{ sigkey }}", + {% endif %} + {% endfor %} +] filter_system_release_packages = False