From 40dfd551abfb1fa379dbe3eea92fdaf15f4082ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 13 Nov 2017 09:46:16 +0100 Subject: [PATCH 1/2] Port to f27 --- cmake.yaml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/cmake.yaml b/cmake.yaml index c2bf6bf..62583f1 100644 --- a/cmake.yaml +++ b/cmake.yaml @@ -16,13 +16,13 @@ data: module: [ MIT ] dependencies: buildrequires: - autotools: master - cmake-bootstrap: master - platform: master - python3: master + autotools: f27 + cmake-bootstrap: 3.9 + platform: f27 + python3: 3.6 requires: - platform: master - python3: master + platform: f27 + python3: 3.6 references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/modularity-modules/cmake @@ -61,10 +61,14 @@ data: rpms: jsoncpp: rationale: Build and run-time dependency. + ref: f27 libuv: rationale: Build and run-time dependency. + ref: f27 rhash: rationale: Build and run-time dependency. + ref: f27 cmake: rationale: The API. + ref: f27 buildorder: 1 From ef3507c584f1cc069b92de6c78bdf5b46845f5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 16 Nov 2017 12:09:16 +0100 Subject: [PATCH 2/2] Dummy commit to build against fixed platform:f27