diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index e69c150..954feb1 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -185,4 +185,22 @@ variant_as_lookaside = [ {% endfor %} ] +extra_files = [ + ('^.*$', { + '*': [ + { + "scm": "git", + "repo": "https://git.almalinux.org/rpms/almalinux-release.git", + "branch": "a{{ distribution_major_version }}", + "file": [ + 'GPL', + 'EULA', + 'RPM-GPG-KEY-AlmaLinux-{{ distribution_major_version }}', + ], + "target": "", + } + ], + }), +] + productimg = False