14 lines
520 B
Plaintext
14 lines
520 B
Plaintext
# Fedora CI does not support automatic testing of reverse dependencies. Hence
|
|
# list the dependencies here explicitly.
|
|
# We cannot link the tests via FMF plan uri because it would hard-code Fedora
|
|
# dist-git domain name (ugly) and dist-git branch (does not survive branching).
|
|
summary: Reverse dependency tests
|
|
component: perl-Object-Pad
|
|
require: perl-Object-Pad-tests
|
|
test: /usr/libexec/perl-Object-Pad/test
|
|
enabled: true
|
|
adjust:
|
|
- enabled: false
|
|
when: distro = rhel or distro = centos-stream
|
|
continue: false
|