From 799e7af1815e38fc046574e50ec0cdee600f9f6e Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Mon, 19 Feb 2024 21:27:46 -0700 Subject: [PATCH] modules need to be inherited too --- rocky-lh.conf | 1 + shared/pkgset.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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