diff --git a/upcoming/include-excludes.conf b/upcoming/include-excludes.conf index 9e0de5b..a79f441 100644 --- a/upcoming/include-excludes.conf +++ b/upcoming/include-excludes.conf @@ -1,5 +1,5 @@ filter_packages = [ - ("^(BaseOS|AppStream|HighAvailability|ResilientStorage|RT)$", { + ("^(BaseOS|AppStream|HighAvailability|ResilientStorage)$", { "*": [ "python36", "gcc-toolset-9-*-testsuite", @@ -18,12 +18,6 @@ filter_packages = [ ] }), - ("^RT$", { - "*": [ - "kernel-rt-kvm-debuginfo", - "kernel-rt-debug-kvm-debuginfo", - ] - }), ] filter_modules = [ diff --git a/upcoming/r8.conf b/upcoming/r8.conf index d5b9f2d..43edb76 100644 --- a/upcoming/r8.conf +++ b/upcoming/r8.conf @@ -151,8 +151,10 @@ variant_as_lookaside = [ ('HighAvailability', 'AppStream'), ("ResilientStorage", "BaseOS"), ("ResilientStorage", "AppStream"), - ("RT", "BaseOS"), - ("RT", "AppStream"), +# ("RT", "BaseOS"), +# ("RT", "AppStream"), +# ("NFV", "BaseOS"), +# ("NFV", "AppStream"), ] extra_files = [ diff --git a/upcoming/variants.xml b/upcoming/variants.xml index 2898655..7ceb2e1 100644 --- a/upcoming/variants.xml +++ b/upcoming/variants.xml @@ -281,26 +281,4 @@ - - - x86_64 - - - rt - rt-debug - - - - - - x86_64 - - - rt - rt-debug - nfv - nfv-debug - - -