public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: Fix Unknown command line argument '-split-threshold-for-reg-with-hint=0'
@ 2026-08-07 16:06 Than Ngo
  0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:06 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/chromium
            Branch : epel9-next
            Commit : dddcecbfc529a6551aed6bcff7c614656bc1cc5f
            Author : Than Ngo <than@redhat.com>
            Date   : 2024-06-12T15:30:37+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/chromium/c/dddcecbfc529a6551aed6bcff7c614656bc1cc5f?branch=epel9-next

            Log:
            Fix Unknown command line argument '-split-threshold-for-reg-with-hint=0'
on fedora < 40

---
diff --git a/chromium.spec b/chromium.spec
index 9e9ff3b..4c55847 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -1247,7 +1247,7 @@ cp /opt/rh/%{toolset}-%{dts_version}/root/usr/include/c++/%{dts_version}/optiona
 %patch -P352 -p1 -b .workaround_for_crash_on_BTI_capable_system
 %endif
 
-%if 0%{?rhel} && 0%{?rhel} < 10 || 0%{?fedora} && 0%{?fedora} < 39
+%if 0%{?rhel} && 0%{?rhel} < 10 || 0%{?fedora} && 0%{?fedora} < 40
 %patch -P354 -p1 -b .split-threshold-for-reg-with-hint
 %endif
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-07 16:06 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:06 [rpms/chromium] epel9-next: Fix Unknown command line argument '-split-threshold-for-reg-with-hint=0' Than Ngo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox