From afa684413243dad3344ffe930e707803c9e6fd29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 10 Sep 2020 16:23:10 +0200 Subject: [PATCH 1/7] Import Reviewed in bug #1876833. --- perl-FCGI.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 perl-FCGI.yaml diff --git a/perl-FCGI.yaml b/perl-FCGI.yaml new file mode 100644 index 0000000..70726a5 --- /dev/null +++ b/perl-FCGI.yaml @@ -0,0 +1,32 @@ +document: modulemd +version: 2 +data: + name: perl-FCGI + stream: '0.79' + summary: FastCGI Perl bindings + description: > + This allows you to write a FastCGI client in the Perl language. + license: + module: [ MIT ] + dependencies: + - buildrequires: + platform: [f34] + perl: [-5.28] + requires: + platform: [f34] + perl: [-5.28] + references: + community: https://metacpan.org/release/FCGI + profiles: + common: + description: FCGI distribution + rpms: + - perl-FCGI + api: + rpms: + - perl-FCGI + components: + rpms: + perl-FCGI: + rationale: The API. + ref: master From fdc4f70b5ae99a2a66aa66b262e4f620a2d8b7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 10 Sep 2020 16:24:07 +0200 Subject: [PATCH 2/7] Invert a perl dependency Fedora MBS does not support a negative expansion. --- perl-FCGI.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-FCGI.yaml b/perl-FCGI.yaml index 70726a5..e1e6907 100644 --- a/perl-FCGI.yaml +++ b/perl-FCGI.yaml @@ -11,10 +11,10 @@ data: dependencies: - buildrequires: platform: [f34] - perl: [-5.28] + perl: ['5.30', '5.32'] requires: platform: [f34] - perl: [-5.28] + perl: ['5.30', '5.32'] references: community: https://metacpan.org/release/FCGI profiles: From ba5fb7b2fbc264f6216736060efc1e14fa376a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 11 Feb 2021 15:54:28 +0100 Subject: [PATCH 3/7] Pin components to f34, build for eln and f35 --- perl-FCGI.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-FCGI.yaml b/perl-FCGI.yaml index e1e6907..2eecf87 100644 --- a/perl-FCGI.yaml +++ b/perl-FCGI.yaml @@ -10,10 +10,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/FCGI @@ -29,4 +29,4 @@ data: rpms: perl-FCGI: rationale: The API. - ref: master + ref: f34 From 2d3d2a8925db28427a4cbee8d83378451f79133a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 14 Jun 2021 15:33:33 +0200 Subject: [PATCH 4/7] Convert to modulemd-packager-v3 format and removed EOLed perl:5.30 --- perl-FCGI.yaml | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/perl-FCGI.yaml b/perl-FCGI.yaml index 2eecf87..cc4685f 100644 --- a/perl-FCGI.yaml +++ b/perl-FCGI.yaml @@ -1,20 +1,31 @@ -document: modulemd -version: 2 +document: modulemd-packager +version: 3 data: name: perl-FCGI stream: '0.79' summary: FastCGI Perl bindings description: > This allows you to write a FastCGI client in the Perl language. - 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'] + - context: 'e12b6f3a' + platform: f35 + buildrequires: + perl: ['5.32'] + requires: + perl: ['5.32'] + - context: '6c06d4da' + platform: eln + buildrequires: + perl: ['5.32'] + requires: + perl: ['5.32'] references: community: https://metacpan.org/release/FCGI profiles: From 1894dcc8a0aaea8f1eec0b268d6daf5f60b5b142 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 21:39:50 +0000 Subject: [PATCH 5/7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering From adec0e46d41050bcd655fba708577c0d0cd69d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 7 Sep 2021 10:11:51 +0200 Subject: [PATCH 6/7] Add a context for platform:f36 --- perl-FCGI.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/perl-FCGI.yaml b/perl-FCGI.yaml index cc4685f..a6a0e5f 100644 --- a/perl-FCGI.yaml +++ b/perl-FCGI.yaml @@ -20,6 +20,12 @@ data: perl: ['5.32'] requires: perl: ['5.32'] + - context: '1' + platform: f36 + buildrequires: + perl: ['5.32'] + requires: + perl: ['5.32'] - context: '6c06d4da' platform: eln buildrequires: From edb2916afd59091d795ce2e069228c43b28ace56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 2 Mar 2022 09:16:17 +0100 Subject: [PATCH 7/7] Add a context for F37 --- perl-FCGI.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/perl-FCGI.yaml b/perl-FCGI.yaml index a6a0e5f..3c5c0c4 100644 --- a/perl-FCGI.yaml +++ b/perl-FCGI.yaml @@ -26,6 +26,12 @@ data: perl: ['5.32'] requires: perl: ['5.32'] + - context: 'f37' + platform: f37 + buildrequires: + perl: ['5.32'] + requires: + perl: ['5.32'] - context: '6c06d4da' platform: eln buildrequires: