Revert "Revert "Convert to modulemd-packager-v3 format""
This reverts commit 6baa10ec39 and
retains platform:f36 context.
This commit is contained in:
parent
ee4f26c141
commit
38e50c581b
1 changed files with 62 additions and 14 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue