public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: add correct requirement on libavformat-free
@ 2026-08-07 16:05 Than Ngo
0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 1556239d8144ca9a5ef4158defe254d138b63519
Author : Than Ngo <than@redhat.com>
Date : 2023-11-16T21:14:41+01:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/1556239d8144ca9a5ef4158defe254d138b63519?branch=epel9-next
Log:
add correct requirement on libavformat-free
---
diff --git a/chromium.spec b/chromium.spec
index 9b47842..5a183a0 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -496,8 +496,12 @@ BuildRequires: pkgconfig(libavutil)
# chromium fail to start for rpmfusion users due to ABI break in ffmpeg-free-6.0.1
# bethween fedora and rpmfussion.
Conflicts: ffmpeg-libs%{_isa}
+%if 0%{?rhel} == 9 || 0%{?fedora} == 37
+Requires: libavformat-free%{_isa} >= 5.1.4
+%else
Requires: libavformat-free%{_isa} >= 6.0.1
%endif
+%endif
# build with system libaom
%if ! %{bundlelibaom}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 16:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:05 [rpms/chromium] epel9-next: add correct requirement on libavformat-free Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox