public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ffmpeg] epel9-next: Alphabetize conditionals
@ 2026-07-20 17:31 Troy Dawson
  0 siblings, 0 replies; only message in thread
From: Troy Dawson @ 2026-07-20 17:31 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/ffmpeg
            Branch : epel9-next
            Commit : cd3c894a26fb860b669fadf06fc47c6557e9dd1c
            Author : Troy Dawson <tdawson@redhat.com>
            Date   : 2024-10-29T14:52:16-07:00
            Stats  : +2/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ffmpeg/c/cd3c894a26fb860b669fadf06fc47c6557e9dd1c?branch=epel9-next

            Log:
            Alphabetize conditionals

Signed-off-by: Troy Dawson <tdawson@redhat.com>

---
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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 17:31 [rpms/ffmpeg] epel9-next: Alphabetize conditionals Troy Dawson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox