Alphabetize conditionals

Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
Troy Dawson 2024-10-29 14:52:16 -07:00
parent c17bd62a32
commit cd3c894a26

View File

@ -33,13 +33,13 @@
%if 0%{?rhel}
# Disable dependencies not available or wanted on RHEL/EPEL
%bcond flite 0
%bcond chromaprint 0
%bcond flite 0
%else
%bcond flite 1
# Break chromaprint dependency cycle (Fedora-only):
# ffmpeg (libavcodec-free) → chromaprint → ffmpeg
%bcond chromaprint %{?_with_bootstrap:0}%{!?_with_bootstrap:1}
%bcond flite 1
%endif
%if 0%{?rhel} && 0%{?rhel} <= 9