public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/libheif] epel10.3: Align the conditionals for codecs disabled on EL <= 9
Date: Tue, 22 Sep 2026 22:30:03 GMT	[thread overview]
Message-ID: <179011620321.1.3656553883313769532.rpms-libheif-4b3b9758a6f5@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/libheif
            Branch : epel10.3
            Commit : 4b3b9758a6f5333846c2e6e591e9f6bb5f9ecdd4
            Author : Michel Lind <salimma@fedoraproject.org>
            Date   : 2026-09-22T23:13:53+01:00
            Stats  : +2/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/libheif/c/4b3b9758a6f5333846c2e6e591e9f6bb5f9ecdd4?branch=epel10.3

            Log:
            Align the conditionals for codecs disabled on EL <= 9

Signed-off-by: Michel Lind <salimma@fedoraproject.org>

---
diff --git a/libheif.spec b/libheif.spec
index e72bb23..ad486cb 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -75,8 +75,10 @@ file format decoder and encoder.
 %ifnarch %{ix86}
 %{_libdir}/%{name}/%{name}-openh264dec.so
 %endif
+%if ! (0%{?rhel} && 0%{?rhel} <= 9)
 %{_libdir}/%{name}/%{name}-rav1e.so
 %{_libdir}/%{name}/%{name}-svtenc.so
+%endif
 
 # ----------------------------------------------------------------------
 

                 reply	other threads:[~2026-09-22 22:30 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=179011620321.1.3656553883313769532.rpms-libheif-4b3b9758a6f5@fedoraproject.org \
    --to=salimma@fedoraproject.org \
    --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