public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/svt-av1] epel9-next: cpuinfo not available rhel 9 or lower
@ 2026-07-20 16:12 Troy Dawson
  0 siblings, 0 replies; only message in thread
From: Troy Dawson @ 2026-07-20 16:12 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/svt-av1
            Branch : epel9-next
            Commit : bb8d05c7cf5d2251e140784083c6f0ed8386a277
            Author : Troy Dawson <tdawson@redhat.com>
            Date   : 2026-07-14T14:56:36-07:00
            Stats  : +5/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/svt-av1/c/bb8d05c7cf5d2251e140784083c6f0ed8386a277?branch=epel9-next

            Log:
            cpuinfo not available rhel 9 or lower

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

---
diff --git a/svt-av1.spec b/svt-av1.spec
index 9ae1c73..727b39a 100644
--- a/svt-av1.spec
+++ b/svt-av1.spec
@@ -3,9 +3,14 @@
 %bcond gst_plugin %[0%{?rhel}]
 
 # cpuinfo is only available for %%{x86_64} %%{arm64} on Fedora
+%if 0%{?rhel} && 0%{?rhel} <= 9
+%bcond unbundled_cpuinfo 0
+%else
 %ifarch %{x86_64} %{arm64}
 %bcond unbundled_cpuinfo 1
 %endif
+%endif
+
 
 %global _description %{expand:
 The Scalable Video Technology for AV1 Encoder (SVT-AV1 Encoder) is an

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 16:12 [rpms/svt-av1] epel9-next: cpuinfo not available rhel 9 or lower Troy Dawson

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