Invert a perl dependency
Fedora MBS cannot handle an excluding expansion ([-5.28]) Could not execute module_build: The build failed with: Cannot find any module builds for perl:master
This commit is contained in:
parent
806388966a
commit
25e6bc16bb
1 changed files with 2 additions and 2 deletions
|
|
@ -20,10 +20,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/IO-Socket-SSL
|
||||
profiles:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue