From 7bbaf1c7604b0fc3f7a6144ff2fe87881f9dc949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 20 Nov 2017 15:33:35 +0100 Subject: [PATCH] Port to platform:f27 All used modules must depend on platform:f27. --- mongodb.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mongodb.yaml b/mongodb.yaml index 9d56900..b5e5e12 100644 --- a/mongodb.yaml +++ b/mongodb.yaml @@ -19,12 +19,12 @@ data: module: [MIT] dependencies: buildrequires: - bootstrap: master - boost: master + bootstrap: f27 + boost: 1.64 requires: - platform: master - perl: master - boost: master + platform: f27 + perl: 5.26 + boost: 1.64 references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/container-images/mongodb/