public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Troy Dawson <tdawson@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/svt-av1] epel9-next: cpuinfo not available rhel 9 or lower
Date: Mon, 20 Jul 2026 16:12:03 GMT [thread overview]
Message-ID: <178456392307.1.1157941011884317951.rpms-svt-av1-bb8d05c7cf5d@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-20 16:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178456392307.1.1157941011884317951.rpms-svt-av1-bb8d05c7cf5d@fedoraproject.org \
--to=tdawson@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox