public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libavif] epel9-next: Fix rav1e conditional for non-RHEL
@ 2026-07-14 21:40 Kalev Lember
0 siblings, 0 replies; 2+ messages in thread
From: Kalev Lember @ 2026-07-14 21:40 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libavif
Branch : epel9-next
Commit : 7a07a0145e59f78c16ff8f7df53c8e8f61f914d7
Author : Kalev Lember <klember@redhat.com>
Date : 2022-12-01T17:35:20+01:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libavif/c/7a07a0145e59f78c16ff8f7df53c8e8f61f914d7?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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/libavif] epel9-next: Fix rav1e conditional for non-RHEL
@ 2026-07-20 16:37 Kalev Lember
0 siblings, 0 replies; 2+ messages in thread
From: Kalev Lember @ 2026-07-20 16:37 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-20 16:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 21:40 [rpms/libavif] epel9-next: Fix rav1e conditional for non-RHEL Kalev Lember
2026-07-20 16:37 Kalev Lember
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox