From a11430f9fb352a154fa0ea27d1111c48108504e7 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Fri, 6 Nov 2020 04:06:12 +0100 Subject: [PATCH] Disable building for targets other than Fedora --- mariadb.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mariadb.yaml b/mariadb.yaml index 59c85de..4b3ac01 100644 --- a/mariadb.yaml +++ b/mariadb.yaml @@ -15,9 +15,9 @@ data: dependencies: - buildrequires: - platform: [-el8] + platform: [-el8, -epel8, -eln] requires: - platform: [-el8] + platform: [-el8, -epel8, -eln]