We don't want to run tests on EPEL by default

It adds unwanted complexity, and in some alternative stacks the
dependencies are not available.

[skip changelog]
This commit is contained in:
Karolina Surma 2025-06-19 14:06:18 +02:00
commit 2b190b00bf

View file

@ -1,8 +1,7 @@
# The original RHEL N+1 content set is defined by (build)dependencies
# of the packages in Fedora ELN. Hence we disable tests here
# to prevent pulling many unwanted packages in.
# We intentionally keep this enabled on EPEL.
%bcond tests %[%{defined fedora} || %{defined epel}]
%bcond tests %{defined fedora}
# Whether to build the manual pages (useful for bootstrapping Sphinx)
%bcond man 1