public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libavif] epel9-next: Fix rav1e conditional for non-RHEL
Date: Mon, 20 Jul 2026 16:37:52 GMT	[thread overview]
Message-ID: <178456547248.1.463108209910540092.rpms-libavif-764a8bd4e0dd@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/libavif
            Branch : epel9-next
            Commit : 764a8bd4e0dd3200988fa4c05533377e4c872dea
            Author : Kalev Lember <klember@redhat.com>
            Date   : 2022-11-30T15:14:32+01:00
            Stats  : +2/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/libavif/c/764a8bd4e0dd3200988fa4c05533377e4c872dea?branch=epel9-next

            Log:
            Fix rav1e conditional for non-RHEL

The conditional wasn't defined for non-RHEL and that led to missing
rav1e support in Fedora builds.

---
diff --git a/libavif.spec b/libavif.spec
index 5420b9d..010acdd 100644
--- a/libavif.spec
+++ b/libavif.spec
@@ -6,6 +6,8 @@
 %endif
 %if 0%{?rhel}
 %bcond_with rav1e
+%else
+%bcond_without rav1e
 %endif
 
 Name:           libavif

             reply	other threads:[~2026-07-20 16:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-20 16:37 Kalev Lember [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-07-14 21:40 [rpms/libavif] epel9-next: Fix rav1e conditional for non-RHEL Kalev Lember

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=178456547248.1.463108209910540092.rpms-libavif-764a8bd4e0dd@fedoraproject.org \
    --to=klember@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