From 3b459c32c755af7dff41050e579bc90630138bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 14 Sep 2020 15:56:00 +0200 Subject: [PATCH 01/10] Import Reviewed in bug #1877726. --- perl-YAML-bootstrap.yaml | 52 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 perl-YAML-bootstrap.yaml diff --git a/perl-YAML-bootstrap.yaml b/perl-YAML-bootstrap.yaml new file mode 100644 index 0000000..6f882ed --- /dev/null +++ b/perl-YAML-bootstrap.yaml @@ -0,0 +1,52 @@ +document: modulemd +version: 2 +data: + name: perl-YAML-bootstrap + stream: '1.30' + summary: Helper module for boostrapping YAML + description: > + This module is not intended for general use. It's a helper module for + bootstrapping YAML module. + license: + module: [ MIT ] + dependencies: + - buildrequires: + platform: [f34] + perl: ['5.30', '5.32'] + requires: + platform: [f34] + perl: ['5.30', '5.32'] + references: + community: https://metacpan.org/release/YAML + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_without_perl_Spiffy_enables_extra_test 1 + %_without_perl_Test_Base_enables_diff 1 + %_without_perl_Test_Base_enables_extra_test 1 + %_without_perl_Test_Base_enables_network 1 + %_without_perl_Test_YAML_enables_extra_test 1 + %_without_perl_YAML_enables_extra_test 1 + components: + rpms: + perl-YAML: + rationale: A build dependency. + ref: master + buildorder: 0 + perl-Spiffy: + rationale: A build dependency. + ref: master + buildorder: 1 + perl-Test-Deep: + rationale: A build dependency. + ref: master + buildorder: 1 + perl-Test-Base: + rationale: A build dependency. + ref: master + buildorder: 2 + perl-Test-YAML: + rationale: A build dependency. + ref: master + buildorder: 3 From c921f1642e8d40682eb5a8f3d708ca36d0c09355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 11 Feb 2021 16:03:51 +0100 Subject: [PATCH 02/10] Pin components to f34, build for eln and f35 --- perl-YAML-bootstrap.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/perl-YAML-bootstrap.yaml b/perl-YAML-bootstrap.yaml index 6f882ed..473ea4e 100644 --- a/perl-YAML-bootstrap.yaml +++ b/perl-YAML-bootstrap.yaml @@ -11,10 +11,10 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [f34] + platform: [eln, f34, f35] perl: ['5.30', '5.32'] requires: - platform: [f34] + platform: [eln, f34, f35] perl: ['5.30', '5.32'] references: community: https://metacpan.org/release/YAML @@ -32,21 +32,21 @@ data: rpms: perl-YAML: rationale: A build dependency. - ref: master + ref: f34 buildorder: 0 perl-Spiffy: rationale: A build dependency. - ref: master + ref: f34 buildorder: 1 perl-Test-Deep: rationale: A build dependency. - ref: master + ref: f34 buildorder: 1 perl-Test-Base: rationale: A build dependency. - ref: master + ref: f34 buildorder: 2 perl-Test-YAML: rationale: A build dependency. - ref: master + ref: f34 buildorder: 3 From a28641193583a65fe91076a8ae4855fdc43847bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 15 Jun 2021 12:07:21 +0200 Subject: [PATCH 03/10] Convert to modulemd-packager-v3 format and remove EOLed perl:5.30 --- perl-YAML-bootstrap.yaml | 71 +++++++++++++++++++++++++++++----------- 1 file changed, 51 insertions(+), 20 deletions(-) diff --git a/perl-YAML-bootstrap.yaml b/perl-YAML-bootstrap.yaml index 473ea4e..e3546f8 100644 --- a/perl-YAML-bootstrap.yaml +++ b/perl-YAML-bootstrap.yaml @@ -1,5 +1,5 @@ -document: modulemd -version: 2 +document: modulemd-packager +version: 3 data: name: perl-YAML-bootstrap stream: '1.30' @@ -7,27 +7,58 @@ data: description: > This module is not intended for general use. It's a helper module for bootstrapping YAML module. - license: - module: [ MIT ] - dependencies: - - buildrequires: - platform: [eln, f34, f35] - perl: ['5.30', '5.32'] + license: [MIT] + configurations: + - context: '7f057cb7' + platform: f34 + buildrequires: + perl: ['5.32'] requires: - platform: [eln, f34, f35] - perl: ['5.30', '5.32'] + perl: ['5.32'] + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_without_perl_Spiffy_enables_extra_test 1 + %_without_perl_Test_Base_enables_diff 1 + %_without_perl_Test_Base_enables_extra_test 1 + %_without_perl_Test_Base_enables_network 1 + %_without_perl_Test_YAML_enables_extra_test 1 + %_without_perl_YAML_enables_extra_test 1 + - context: 'e12b6f3a' + platform: f35 + buildrequires: + perl: ['5.32'] + requires: + perl: ['5.32'] + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_without_perl_Spiffy_enables_extra_test 1 + %_without_perl_Test_Base_enables_diff 1 + %_without_perl_Test_Base_enables_extra_test 1 + %_without_perl_Test_Base_enables_network 1 + %_without_perl_Test_YAML_enables_extra_test 1 + %_without_perl_YAML_enables_extra_test 1 + - context: '6c06d4da' + platform: eln + buildrequires: + perl: ['5.32'] + requires: + perl: ['5.32'] + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_without_perl_Spiffy_enables_extra_test 1 + %_without_perl_Test_Base_enables_diff 1 + %_without_perl_Test_Base_enables_extra_test 1 + %_without_perl_Test_Base_enables_network 1 + %_without_perl_Test_YAML_enables_extra_test 1 + %_without_perl_YAML_enables_extra_test 1 references: community: https://metacpan.org/release/YAML - buildopts: - rpms: - macros: | - %perl_bootstrap 1 - %_without_perl_Spiffy_enables_extra_test 1 - %_without_perl_Test_Base_enables_diff 1 - %_without_perl_Test_Base_enables_extra_test 1 - %_without_perl_Test_Base_enables_network 1 - %_without_perl_Test_YAML_enables_extra_test 1 - %_without_perl_YAML_enables_extra_test 1 components: rpms: perl-YAML: From ad50ed258522618c3e199549868bddf1835f8e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 6 Sep 2021 14:19:40 +0200 Subject: [PATCH 04/10] Add a context for platform:f36 --- perl-YAML-bootstrap.yaml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/perl-YAML-bootstrap.yaml b/perl-YAML-bootstrap.yaml index e3546f8..637251a 100644 --- a/perl-YAML-bootstrap.yaml +++ b/perl-YAML-bootstrap.yaml @@ -10,7 +10,7 @@ data: license: [MIT] configurations: - context: '7f057cb7' - platform: f34 + platform: f34 buildrequires: perl: ['5.32'] requires: @@ -26,7 +26,23 @@ data: %_without_perl_Test_YAML_enables_extra_test 1 %_without_perl_YAML_enables_extra_test 1 - context: 'e12b6f3a' - platform: f35 + platform: f35 + buildrequires: + perl: ['5.32'] + requires: + perl: ['5.32'] + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_without_perl_Spiffy_enables_extra_test 1 + %_without_perl_Test_Base_enables_diff 1 + %_without_perl_Test_Base_enables_extra_test 1 + %_without_perl_Test_Base_enables_network 1 + %_without_perl_Test_YAML_enables_extra_test 1 + %_without_perl_YAML_enables_extra_test 1 + - context: '1' + platform: f36 buildrequires: perl: ['5.32'] requires: @@ -42,7 +58,7 @@ data: %_without_perl_Test_YAML_enables_extra_test 1 %_without_perl_YAML_enables_extra_test 1 - context: '6c06d4da' - platform: eln + platform: eln buildrequires: perl: ['5.32'] requires: From fd3a4e7f5757600325d739d9f737b64cc1117e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 2 Mar 2022 14:53:53 +0100 Subject: [PATCH 05/10] Add a context for F37 --- perl-YAML-bootstrap.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/perl-YAML-bootstrap.yaml b/perl-YAML-bootstrap.yaml index 637251a..ebd3d0d 100644 --- a/perl-YAML-bootstrap.yaml +++ b/perl-YAML-bootstrap.yaml @@ -57,6 +57,22 @@ data: %_without_perl_Test_Base_enables_network 1 %_without_perl_Test_YAML_enables_extra_test 1 %_without_perl_YAML_enables_extra_test 1 + - context: 'f37' + platform: f37 + buildrequires: + perl: ['5.32'] + requires: + perl: ['5.32'] + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_without_perl_Spiffy_enables_extra_test 1 + %_without_perl_Test_Base_enables_diff 1 + %_without_perl_Test_Base_enables_extra_test 1 + %_without_perl_Test_Base_enables_network 1 + %_without_perl_Test_YAML_enables_extra_test 1 + %_without_perl_YAML_enables_extra_test 1 - context: '6c06d4da' platform: eln buildrequires: From 567b13eadd655c77dddf95b00dcf616a01117fbe Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 29 Jul 2022 07:15:22 +0200 Subject: [PATCH 06/10] Build the module with perl:5.34 and perl:5.36 --- perl-YAML-bootstrap.yaml | 84 ++++++++++++++++++++++++---------------- 1 file changed, 50 insertions(+), 34 deletions(-) diff --git a/perl-YAML-bootstrap.yaml b/perl-YAML-bootstrap.yaml index ebd3d0d..f8a3508 100644 --- a/perl-YAML-bootstrap.yaml +++ b/perl-YAML-bootstrap.yaml @@ -9,28 +9,12 @@ data: bootstrapping YAML module. license: [MIT] configurations: - - context: '7f057cb7' - platform: f34 - buildrequires: - perl: ['5.32'] - requires: - perl: ['5.32'] - buildopts: - rpms: - macros: | - %perl_bootstrap 1 - %_without_perl_Spiffy_enables_extra_test 1 - %_without_perl_Test_Base_enables_diff 1 - %_without_perl_Test_Base_enables_extra_test 1 - %_without_perl_Test_Base_enables_network 1 - %_without_perl_Test_YAML_enables_extra_test 1 - %_without_perl_YAML_enables_extra_test 1 - - context: 'e12b6f3a' + - context: 'f35p534' platform: f35 buildrequires: - perl: ['5.32'] + perl: ['5.34'] requires: - perl: ['5.32'] + perl: ['5.34'] buildopts: rpms: macros: | @@ -41,12 +25,12 @@ data: %_without_perl_Test_Base_enables_network 1 %_without_perl_Test_YAML_enables_extra_test 1 %_without_perl_YAML_enables_extra_test 1 - - context: '1' + - context: 'f36p534' platform: f36 buildrequires: - perl: ['5.32'] + perl: ['5.34'] requires: - perl: ['5.32'] + perl: ['5.34'] buildopts: rpms: macros: | @@ -57,12 +41,12 @@ data: %_without_perl_Test_Base_enables_network 1 %_without_perl_Test_YAML_enables_extra_test 1 %_without_perl_YAML_enables_extra_test 1 - - context: 'f37' + - context: 'f37p534' platform: f37 buildrequires: - perl: ['5.32'] + perl: ['5.34'] requires: - perl: ['5.32'] + perl: ['5.34'] buildopts: rpms: macros: | @@ -73,12 +57,44 @@ data: %_without_perl_Test_Base_enables_network 1 %_without_perl_Test_YAML_enables_extra_test 1 %_without_perl_YAML_enables_extra_test 1 - - context: '6c06d4da' - platform: eln + - context: 'f35p536' + platform: f35 buildrequires: - perl: ['5.32'] + perl: ['5.36'] requires: - perl: ['5.32'] + perl: ['5.36'] + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_without_perl_Spiffy_enables_extra_test 1 + %_without_perl_Test_Base_enables_diff 1 + %_without_perl_Test_Base_enables_extra_test 1 + %_without_perl_Test_Base_enables_network 1 + %_without_perl_Test_YAML_enables_extra_test 1 + %_without_perl_YAML_enables_extra_test 1 + - context: 'f36p536' + platform: f36 + buildrequires: + perl: ['5.36'] + requires: + perl: ['5.36'] + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_without_perl_Spiffy_enables_extra_test 1 + %_without_perl_Test_Base_enables_diff 1 + %_without_perl_Test_Base_enables_extra_test 1 + %_without_perl_Test_Base_enables_network 1 + %_without_perl_Test_YAML_enables_extra_test 1 + %_without_perl_YAML_enables_extra_test 1 + - context: 'f37p536' + platform: f37 + buildrequires: + perl: ['5.36'] + requires: + perl: ['5.36'] buildopts: rpms: macros: | @@ -95,21 +111,21 @@ data: rpms: perl-YAML: rationale: A build dependency. - ref: f34 + ref: f36 buildorder: 0 perl-Spiffy: rationale: A build dependency. - ref: f34 + ref: f36 buildorder: 1 perl-Test-Deep: rationale: A build dependency. - ref: f34 + ref: f36 buildorder: 1 perl-Test-Base: rationale: A build dependency. - ref: f34 + ref: f36 buildorder: 2 perl-Test-YAML: rationale: A build dependency. - ref: f34 + ref: f36 buildorder: 3 From 15f06d6dffca3f313b9f8359156c21eba1542895 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 10 Aug 2022 16:52:04 +0000 Subject: [PATCH 07/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 26d07874433582d6799119c44306c78806254db1 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 22 Aug 2022 09:30:49 +0200 Subject: [PATCH 08/10] Build module with platform:f38 --- perl-YAML-bootstrap.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/perl-YAML-bootstrap.yaml b/perl-YAML-bootstrap.yaml index f8a3508..44dbdef 100644 --- a/perl-YAML-bootstrap.yaml +++ b/perl-YAML-bootstrap.yaml @@ -57,6 +57,22 @@ data: %_without_perl_Test_Base_enables_network 1 %_without_perl_Test_YAML_enables_extra_test 1 %_without_perl_YAML_enables_extra_test 1 + - context: 'f38p534' + platform: f38 + buildrequires: + perl: ['5.34'] + requires: + perl: ['5.34'] + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_without_perl_Spiffy_enables_extra_test 1 + %_without_perl_Test_Base_enables_diff 1 + %_without_perl_Test_Base_enables_extra_test 1 + %_without_perl_Test_Base_enables_network 1 + %_without_perl_Test_YAML_enables_extra_test 1 + %_without_perl_YAML_enables_extra_test 1 - context: 'f35p536' platform: f35 buildrequires: @@ -105,6 +121,22 @@ data: %_without_perl_Test_Base_enables_network 1 %_without_perl_Test_YAML_enables_extra_test 1 %_without_perl_YAML_enables_extra_test 1 + - context: 'f38p536' + platform: f38 + buildrequires: + perl: ['5.36'] + requires: + perl: ['5.36'] + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_without_perl_Spiffy_enables_extra_test 1 + %_without_perl_Test_Base_enables_diff 1 + %_without_perl_Test_Base_enables_extra_test 1 + %_without_perl_Test_Base_enables_network 1 + %_without_perl_Test_YAML_enables_extra_test 1 + %_without_perl_YAML_enables_extra_test 1 references: community: https://metacpan.org/release/YAML components: From 6c076a8e9396a15cc65ba06bfcc75d4ef53bab30 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 16 Feb 2023 10:07:14 +0100 Subject: [PATCH 09/10] Remove a context for Fedora 35 --- perl-YAML-bootstrap.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/perl-YAML-bootstrap.yaml b/perl-YAML-bootstrap.yaml index 44dbdef..06b40bf 100644 --- a/perl-YAML-bootstrap.yaml +++ b/perl-YAML-bootstrap.yaml @@ -9,22 +9,6 @@ data: bootstrapping YAML module. license: [MIT] configurations: - - context: 'f35p534' - platform: f35 - buildrequires: - perl: ['5.34'] - requires: - perl: ['5.34'] - buildopts: - rpms: - macros: | - %perl_bootstrap 1 - %_without_perl_Spiffy_enables_extra_test 1 - %_without_perl_Test_Base_enables_diff 1 - %_without_perl_Test_Base_enables_extra_test 1 - %_without_perl_Test_Base_enables_network 1 - %_without_perl_Test_YAML_enables_extra_test 1 - %_without_perl_YAML_enables_extra_test 1 - context: 'f36p534' platform: f36 buildrequires: @@ -73,22 +57,6 @@ data: %_without_perl_Test_Base_enables_network 1 %_without_perl_Test_YAML_enables_extra_test 1 %_without_perl_YAML_enables_extra_test 1 - - context: 'f35p536' - platform: f35 - buildrequires: - perl: ['5.36'] - requires: - perl: ['5.36'] - buildopts: - rpms: - macros: | - %perl_bootstrap 1 - %_without_perl_Spiffy_enables_extra_test 1 - %_without_perl_Test_Base_enables_diff 1 - %_without_perl_Test_Base_enables_extra_test 1 - %_without_perl_Test_Base_enables_network 1 - %_without_perl_Test_YAML_enables_extra_test 1 - %_without_perl_YAML_enables_extra_test 1 - context: 'f36p536' platform: f36 buildrequires: From 29abb8c3dde7631ae38c7c869720fd53dc6a0246 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 16 Feb 2023 10:13:20 +0100 Subject: [PATCH 10/10] Add a context for Fedora 39; Use branch f38 --- perl-YAML-bootstrap.yaml | 42 +++++++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/perl-YAML-bootstrap.yaml b/perl-YAML-bootstrap.yaml index 06b40bf..8a08de7 100644 --- a/perl-YAML-bootstrap.yaml +++ b/perl-YAML-bootstrap.yaml @@ -57,6 +57,22 @@ data: %_without_perl_Test_Base_enables_network 1 %_without_perl_Test_YAML_enables_extra_test 1 %_without_perl_YAML_enables_extra_test 1 + - context: 'f39p534' + platform: f39 + buildrequires: + perl: ['5.34'] + requires: + perl: ['5.34'] + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_without_perl_Spiffy_enables_extra_test 1 + %_without_perl_Test_Base_enables_diff 1 + %_without_perl_Test_Base_enables_extra_test 1 + %_without_perl_Test_Base_enables_network 1 + %_without_perl_Test_YAML_enables_extra_test 1 + %_without_perl_YAML_enables_extra_test 1 - context: 'f36p536' platform: f36 buildrequires: @@ -105,27 +121,43 @@ data: %_without_perl_Test_Base_enables_network 1 %_without_perl_Test_YAML_enables_extra_test 1 %_without_perl_YAML_enables_extra_test 1 + - context: 'f39p536' + platform: f39 + buildrequires: + perl: ['5.36'] + requires: + perl: ['5.36'] + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_without_perl_Spiffy_enables_extra_test 1 + %_without_perl_Test_Base_enables_diff 1 + %_without_perl_Test_Base_enables_extra_test 1 + %_without_perl_Test_Base_enables_network 1 + %_without_perl_Test_YAML_enables_extra_test 1 + %_without_perl_YAML_enables_extra_test 1 references: community: https://metacpan.org/release/YAML components: rpms: perl-YAML: rationale: A build dependency. - ref: f36 + ref: f38 buildorder: 0 perl-Spiffy: rationale: A build dependency. - ref: f36 + ref: f38 buildorder: 1 perl-Test-Deep: rationale: A build dependency. - ref: f36 + ref: f38 buildorder: 1 perl-Test-Base: rationale: A build dependency. - ref: f36 + ref: f38 buildorder: 2 perl-Test-YAML: rationale: A build dependency. - ref: f36 + ref: f38 buildorder: 3