From 8d0e1ba9411e8ccf0fdcd620f1396f917b06946b Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Oct 29 2020 21:30:02 +0000 Subject: Try excluding centos-linux-repos from all Variants to force depsolve against centos-stream-repos --- diff --git a/stream-include-excludes.conf b/stream-include-excludes.conf index 975fa0b..434209e 100644 --- a/stream-include-excludes.conf +++ b/stream-include-excludes.conf @@ -1,6 +1,7 @@ filter_packages = [ ("^(BaseOS|AppStream|HighAvailability|NFV|RT|ResilientStorage)$", { "*": [ + "centos-linux-repos", # We want to force-exclude centos-linux repos from the resolver otherwise this lands in BaseOS and centos-stream-repos lands in AppStream "python36", "gcc-toolset-9-*-testsuite", "gcc-toolset-9-gcc-plugin-devel",