public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libheif] epel10.2: Align the conditionals for codecs disabled on EL <= 9
@ 2026-09-22 22:44 Michel Lind
0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-09-22 22:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libheif
Branch : epel10.2
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.2
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
# ----------------------------------------------------------------------
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-22 22:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 22:44 [rpms/libheif] epel10.2: Align the conditionals for codecs disabled on EL <= 9 Michel Lind
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox