From cd3c894a26fb860b669fadf06fc47c6557e9dd1c Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 14:52:16 -0700 Subject: [PATCH] Alphabetize conditionals Signed-off-by: Troy Dawson --- ffmpeg.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 5a75c27..1bfb40b 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -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