From a4c28ac5750406876728f5fa8a91aeff29c0869b Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 26 Sep 2018 12:59:56 -0400 Subject: [PATCH 1/6] Empty commit, for MBS. From 0f533ccc7fbf49bf798c59841cba09958fdf1195 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 26 Sep 2018 13:00:09 -0400 Subject: [PATCH 2/6] Empty commit, for MBS. From 87ae1da981e0930fa0a492f1edc686f3c88823e0 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 18 Aug 2020 10:51:04 +0200 Subject: [PATCH 3/6] use supported platform We use this file for testing copr build system, but F30 is not buildable. Patch copied from 969d3b2df8ff39fd3c56d3626f0c3f4f. --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index f6de936..8083f86 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: f30 + platform: f33 requires: - platform: f30 + platform: f33 references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From 7d8207e916db206acf69ff5343dc6f7f00a5f9d9 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 10 Feb 2021 13:41:48 +0100 Subject: [PATCH 4/6] Fedora changed default branch from master to rawhide This is done to fix copr integration test suite. --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index 8083f86..279ccf2 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -26,7 +26,7 @@ data: rpms: perl-List-Compare: rationale: A dependency of tangerine. - ref: master + ref: rawhide modules: dwm: rationale: Testing module inclusion. From 744a0e561f92e30caa70d7b163f5089a1bf0a299 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 16 Dec 2021 19:34:01 +0100 Subject: [PATCH 5/6] Platform F33 is EOL, move to F35 --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 279ccf2..bd43a89 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: f33 + platform: f35 requires: - platform: f33 + platform: f35 references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From 7850ca91b64da561113469b3def0f92c6286f2fe Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 17 Aug 2022 12:57:22 +0200 Subject: [PATCH 6/6] Move to F36 (fix needed by Copr testsuite) --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index bd43a89..78468ae 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: f35 + platform: f36 requires: - platform: f35 + platform: f36 references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules