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:
parent
b0472d2883
commit
2b190b00bf
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue