Update the RHEL %bconds comment and style
It is obvious to me now that this is not going to be removed, but will be reused for RHEL 10, 11, etc. The new %bcond syntax is nicer.
This commit is contained in:
parent
7fdfa3a50a
commit
83fe8f1d73
@ -1,16 +1,9 @@
|
|||||||
# The original RHEL 9 content set is defined by (build)dependencies
|
# The original RHEL N+1 content set is defined by (build)dependencies
|
||||||
# of the packages in Fedora ELN. Hence we disable tests and documentation here
|
# of the packages in Fedora ELN. Hence we disable tests and documentation here
|
||||||
# to prevent pulling many unwanted packages in.
|
# to prevent pulling many unwanted packages in.
|
||||||
# Once the RHEL 9 content set is defined and/or RHEL 9 forks from ELN,
|
|
||||||
# the conditional can be removed from the Fedora spec file.
|
|
||||||
# We intentionally keep this enabled on EPEL.
|
# We intentionally keep this enabled on EPEL.
|
||||||
%if 0%{?rhel} >= 9 && !0%{?epel}
|
%bcond tests %[%{defined fedora} || %{defined epel}]
|
||||||
%bcond_with tests
|
%bcond doc %[%{defined fedora} || %{defined epel}]
|
||||||
%bcond_with doc
|
|
||||||
%else
|
|
||||||
%bcond_without tests
|
|
||||||
%bcond_without doc
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%global srcname pip
|
%global srcname pip
|
||||||
%global base_version 23.0.1
|
%global base_version 23.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user