public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: fix ffmpeg conflicts
Date: Fri, 07 Aug 2026 16:05:45 GMT	[thread overview]
Message-ID: <178611874546.1.5969462932701705308.rpms-chromium-cfac4f7e0f0c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/chromium
Branch : epel9-next
Commit : cfac4f7e0f0cae0daffbbad5c4c82b8c83e0c822
Author : Than Ngo <than@redhat.com>
Date   : 2023-11-19T19:50:40+01:00
Stats  : +8/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/cfac4f7e0f0cae0daffbbad5c4c82b8c83e0c822?branch=epel9-next

Log:
fix ffmpeg conflicts

---
diff --git a/chromium.spec b/chromium.spec
index c375907..c88c81b 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -267,7 +267,7 @@
 
 Name:	chromium%{chromium_channel}
 Version: 119.0.6045.159
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
 Url: http://www.chromium.org/Home
 License: BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)
@@ -495,11 +495,12 @@ BuildRequires: pkgconfig(libavformat)
 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
+Conflicts: libavformat-free%{_isa} < 5.1.4
+Conflicts: ffmpeg-libs%{_isa} < 5.1.4
 %else
-Requires: libavformat-free%{_isa} >= 6.0.1
+Conflicts: libavformat-free%{_isa} < 6.0.1
+Conflicts: ffmpeg-libs%{_isa} < 6.0.1-2
 %endif
 %endif
 
@@ -1711,6 +1712,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
 %{chromium_path}/chromedriver
 
 %changelog
+* Sun Nov 19 2023 Than Ngo <than@redhat.com> - 119.0.6045.159-2
+- fix ffmpeg conflicts
+
 * Wed Nov 15 2023 Than Ngo <than@redhat.com> - 119.0.6045.159-1
 - update to 119.0.6045.159, upstream security release
    High CVE-2023-5997, use after free in Garbage Collection

                 reply	other threads:[~2026-08-07 16:05 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=178611874546.1.5969462932701705308.rpms-chromium-cfac4f7e0f0c@fedoraproject.org \
    --to=than@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