From 558551053110c0961b551f32bbb47bffc75fbced Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Mon, 13 Mar 2023 14:10:48 +0200 Subject: [PATCH] - extras lookaside is changed for x86_64 - gather method is changed for the same --- x86_64/variants_options.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/x86_64/variants_options.json b/x86_64/variants_options.json index 45493f7..eeb3c95 100644 --- a/x86_64/variants_options.json +++ b/x86_64/variants_options.json @@ -48,10 +48,13 @@ ] }, "extras": { - "gather_methods": {"*": "nodeps"}, + "gather_methods": "hybrid", "buildinstall_skip": true, "createiso_skip": true, - "variant_as_lookaside": [] + "variant_as_lookaside": [ + "BaseOS", + "AppStream" + ] }, "RT": { "gather_methods": "hybrid",