2021-10-18 14:01:51 +00:00
|
|
|
summary: fedora-flags
|
2021-12-13 12:37:36 +00:00
|
|
|
test: "$WITH_SCL ./test.sh"
|
2021-10-18 14:01:51 +00:00
|
|
|
require:
|
|
|
|
- annobin
|
2022-05-25 02:01:05 +00:00
|
|
|
- clang
|
2021-10-18 14:01:51 +00:00
|
|
|
- redhat-rpm-config
|
2022-02-15 14:48:45 +00:00
|
|
|
adjust:
|
|
|
|
- because: s390x does not have epel repo which is required to provide rpm macros
|
|
|
|
enabled: false
|
|
|
|
when: >-
|
|
|
|
distro == rhel-7
|
|
|
|
and arch == s390x
|
|
|
|
|
|
|
|
- because: "To enable rpm macros not available by default (e.g. build_cflags), epel-rpm-macros is needed"
|
2022-02-15 17:03:13 +00:00
|
|
|
require+:
|
2022-02-15 14:48:45 +00:00
|
|
|
- epel-rpm-macros
|
|
|
|
when: distro == rhel-7
|