From 38e50c581b3f6a98f22c4fd1fbba9c0a81f9be8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 3 Sep 2021 12:45:03 +0200 Subject: [PATCH] Revert "Revert "Convert to modulemd-packager-v3 format"" This reverts commit 6baa10ec391a46f4512f88edfef53d000d86d478 and retains platform:f36 context. --- perl-IO-Socket-SSL.yaml | 76 +++++++++++++++++++++++++++++++++-------- 1 file changed, 62 insertions(+), 14 deletions(-) diff --git a/perl-IO-Socket-SSL.yaml b/perl-IO-Socket-SSL.yaml index 71c7f5d..d7d7383 100644 --- a/perl-IO-Socket-SSL.yaml +++ b/perl-IO-Socket-SSL.yaml @@ -1,5 +1,5 @@ -document: modulemd -version: 2 +document: modulemd-packager +version: 3 data: name: perl-IO-Socket-SSL stream: '2.068' @@ -15,15 +15,60 @@ data: web pages on TLS servers, a sslcat() function for writing your own clients, and finally access to the API of OpenSSL library so you can write servers or clients for more complicated applications. - license: - module: [ MIT ] - dependencies: - - buildrequires: - platform: [eln, f34, f35, f36] + license: [MIT] + configurations: + - context: '7f057cb7' + platform: f34 + buildrequires: perl: ['5.32'] requires: - platform: [eln, f34, f35, f36] perl: ['5.32'] + buildopts: + rpms: + macros: | + %_without_perl_IO_Socket_INET6_enables_optional_test 1 + %_without_perl_IPC_Run_enables_optional_test 1 + %_without_perl_Net_SSLeay_enables_optional_test 1 + %_without_perl_Test_NoWarnings_enables_stack_trace 1 + - context: 'e12b6f3a' + platform: f35 + buildrequires: + perl: ['5.32'] + requires: + perl: ['5.32'] + buildopts: + rpms: + macros: | + %_without_perl_IO_Socket_INET6_enables_optional_test 1 + %_without_perl_IPC_Run_enables_optional_test 1 + %_without_perl_Net_SSLeay_enables_optional_test 1 + %_without_perl_Test_NoWarnings_enables_stack_trace 1 + - context: '7b91f26c' + platform: f36 + buildrequires: + perl: ['5.32'] + requires: + perl: ['5.32'] + buildopts: + rpms: + macros: | + %_without_perl_IO_Socket_INET6_enables_optional_test 1 + %_without_perl_IPC_Run_enables_optional_test 1 + %_without_perl_Net_SSLeay_enables_optional_test 1 + %_without_perl_Test_NoWarnings_enables_stack_trace 1 + - context: '6c06d4da' + platform: eln + buildrequires: + perl: ['5.32'] + requires: + perl: ['5.32'] + buildopts: + rpms: + macros: | + %_without_perl_IO_Socket_INET6_enables_optional_test 1 + %_without_perl_IPC_Run_enables_optional_test 1 + %_without_perl_Net_SSLeay_enables_optional_test 1 + %_without_perl_Test_NoWarnings_enables_stack_trace 1 references: community: https://metacpan.org/release/IO-Socket-SSL profiles: @@ -36,13 +81,16 @@ data: rpms: - perl-IO-Socket-SSL - perl-Net-SSLeay - buildopts: + filter: rpms: - macros: | - %_without_perl_IO_Socket_INET6_enables_optional_test 1 - %_without_perl_IPC_Run_enables_optional_test 1 - %_without_perl_Net_SSLeay_enables_optional_test 1 - %_without_perl_Test_NoWarnings_enables_stack_trace 1 + - perl-ExtUtils-PkgConfig + - perl-IO-Tty + - perl-Net-LibIDN + - perl-Socket6 + - perl-IO-Socket-INET6 + - perl-IPC-Run + - perl-Test-NoWarnings + - perl-Net-IDN-Encode components: rpms: perl-ExtUtils-PkgConfig: