From d753f704ad90d0d6e356bb8f6a2aea457f204333 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 11 Sep 2019 14:43:05 +0000 Subject: [PATCH] Fix a typo in the MBS configuration --- roles/mbs/common/templates/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index a3e1e6007e..759789e208 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -214,5 +214,5 @@ class ProdConfiguration(BaseConfiguration): # against platform:f30, it wouldn't be possible to buildrequire a module # built against platform:f29. This is not intended behaviour in Fedora # and therefore we want to turn this feature off. - ALLOW_ONLY_COMPATIBLE_BASE_MODULE = False + ALLOW_ONLY_COMPATIBLE_BASE_MODULES = False