diff --git a/rocky-lh.conf b/rocky-lh.conf index e97033c..23ff8b7 100644 --- a/rocky-lh.conf +++ b/rocky-lh.conf @@ -10,6 +10,7 @@ koji_profile = "koji" filter_system_release_packages = False createiso_break_hardlinks = True pkgset_koji_inherit = True +pkgset_koji_inherit_modules = True # GATHER gather_prepopulate = "prepopulate.json" diff --git a/shared/pkgset.conf b/shared/pkgset.conf index 1691982..a7c5a35 100644 --- a/shared/pkgset.conf +++ b/shared/pkgset.conf @@ -1,5 +1,5 @@ pkgset_source = "koji" pkgset_koji_tag = PKGSET_KOJI_TAG pkgset_koji_module_tag = PKGSET_KOJI_MODULE_TAG -pkgset_koji_inherit = True +pkgset_koji_inherit = False pkgset_allow_reuse = True