public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: fixed the fedora/rhel condition
@ 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 : bad6ee85c4f468295239a8e0d744d00ab4a82968
Author : Than Ngo <than@redhat.com>
Date   : 2024-02-09T00:06:24+01:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/bad6ee85c4f468295239a8e0d744d00ab4a82968?branch=epel9-next

Log:
fixed the fedora/rhel condition

---
diff --git a/chromium.spec b/chromium.spec
index 32da47f..9063d0e 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -1065,7 +1065,7 @@ udev.
 %endif
 
 %if ! %{bundlelibxml}
-%if 0%{?fedora} < 40 || 0%{?rhel} < 10
+%if 0%{?fedora} && 0%{?fedora} < 40 || 0%{?rhel} && 0%{?rhel} < 10
 %patch -P90 -p1 -b .system-libxml
 %endif
 %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: fixed the fedora/rhel condition Than Ngo

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