public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/icecat] main: Try to fix eln builds
@ 2026-06-25 21:21 Antonio Trande
0 siblings, 0 replies; only message in thread
From: Antonio Trande @ 2026-06-25 21:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/icecat
Branch : main
Commit : f1decb2c611fa7ba4a850821c93ef74ede218c78
Author : Antonio Trande <sagitter@fedoraproject.org>
Date : 2026-06-25T23:21:13+02:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/icecat/c/f1decb2c611fa7ba4a850821c93ef74ede218c78?branch=main
Log:
Try to fix eln builds
---
diff --git a/icecat.spec b/icecat.spec
index 3c692ab..08bb3ac 100644
--- a/icecat.spec
+++ b/icecat.spec
@@ -77,7 +77,7 @@ ExcludeArch: %{ix86} %{arm}
%global big_endian 1
%endif
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?rhel} >= 10
%global system_nss 1
%else
%global system_nss 0
@@ -339,7 +339,7 @@ tar -xf %{SOURCE5}
%patch -P 224 -p 1 -b .glibcxx
# Fedora patches
-%if 0%{?fedora} >= 44
+%if 0%{?fedora} >= 44 || 0%{?rhel} >= 10
%patch -P 225 -p 1 -b .build-c11
%patch -P 227 -p 1 -b .build-seccomp
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-25 21:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 21:21 [rpms/icecat] main: Try to fix eln builds Antonio Trande
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox