From e3c46f4ddf07c21772ffd7ef921acc0f59f3255a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 15 Nov 2017 13:09:47 +0100 Subject: [PATCH 1/3] Remove transitive dependency on host MBS was fixed. --- autotools.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/autotools.yaml b/autotools.yaml index cd91b71..b0ce065 100644 --- a/autotools.yaml +++ b/autotools.yaml @@ -15,9 +15,6 @@ data: buildrequires: perl: master platform: f27 - # Explicitly require transitive dependencies to work around - # . - host: f27 requires: perl: master platform: f27 From a6dea7299239da840d541188287ad94a1b5efdfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 15 Nov 2017 13:12:56 +0100 Subject: [PATCH 2/3] Use f27 modules and components --- autotools.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/autotools.yaml b/autotools.yaml index b0ce065..c2191d2 100644 --- a/autotools.yaml +++ b/autotools.yaml @@ -13,10 +13,10 @@ data: module: [ MIT ] dependencies: buildrequires: - perl: master + perl: 5.26 platform: f27 requires: - perl: master + perl: 5.26 platform: f27 references: community: https://docs.pagure.org/modularity/ @@ -50,17 +50,17 @@ data: rpms: help2man: rationale: Build-time dependency. - ref: master + ref: f27 buildorder: 0 autoconf: rationale: API. - ref: master + ref: f27 buildorder: 1 automake: rationale: API. - ref: master + ref: f27 buildorder: 2 libtool: rationale: API. - ref: master + ref: f27 buildorder: 3 From eb0714f9ab3a538e73c663c76d2961627296d3cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 15 Nov 2017 13:53:19 +0100 Subject: [PATCH 3/3] Dummy commit to retrieve updated component refs