public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cef] rawhide: Update OS conditionals
@ 2026-09-04 17:42 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-04 17:42 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/cef
            Branch : rawhide
            Commit : 4d4a96148a365ceb6dd2e924aeccd0e5250c0f5d
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-09-04T17:42:12+00:00
            Stats  : +5/-5 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cef/c/4d4a96148a365ceb6dd2e924aeccd0e5250c0f5d?branch=rawhide

            Log:
            Update OS conditionals

ELN (the future RHEL 11) tracks rawhide and therefore has the latest
toolchain and libtiff.  Rust 1.95 has been brought back to ELN and Fedora
stable branches, but not yet in RHEL.

---
diff --git a/cef.spec b/cef.spec
index 3b24612..4fabf74 100644
--- a/cef.spec
+++ b/cef.spec
@@ -219,7 +219,7 @@
 %global bundlelibdrm 0
 %global bundleffmpegfree 0
 %global bundlefreetype 0
-%if 0%{?fedora} > 41
+%if 0%{?fedora} > 41 || 0%{?rhel} > 10
 # require libtiff-4.6.1 or newer, error: use of undeclared identifier 'TIFFOpenOptionsSetMaxCumulatedMemAlloc'
 %global bundlelibtiff 0
 %endif
@@ -429,7 +429,7 @@ Patch357: chromium-134-type-mismatch-error.patch
 # set clang_lib path
 Patch358: chromium-144-rust-clanglib.patch
 
-# fix FTBFS with rustc 1.95 on F45
+# fix FTBFS with rustc 1.95
 Patch359: chromium-147-rustc-1.95.patch
 
 # PowerPC64 LE support
@@ -1063,7 +1063,7 @@ mv %{_builddir}/cef-%{cef_commit} ./cef
 %patch -P93 -p1 -b .ftbfs-csss_style_sheet
 %patch -P96 -p1 -b .crabbyavif-ftbfs-old-rust
 
-%if 0%{?fedora} > 43
+%if 0%{?fedora} > 43 || 0%{?rhel} > 10
 %patch -P97 -p1 -b .glibc-2.42-SYS_SECCOMP
 %endif
 
@@ -1133,7 +1133,7 @@ mv %{_builddir}/cef-%{cef_commit} ./cef
 %patch -P352 -p1 -b .workaround_for_crash_on_BTI_capable_system
 %endif
 
-%ifarch aarch64 && 0%{?fedora} > 40
+%ifarch aarch64 && (0%{?fedora} > 40 || 0%{?rhel} > 10)
 %patch -P353 -p1 -b .duplicate-case-value
 %endif
 
@@ -1145,7 +1145,7 @@ mv %{_builddir}/cef-%{cef_commit} ./cef
 
 %patch -P358 -p1 -b .rust-clang_lib
 
-%if  0%{?fedora} > 44
+%if  0%{?fedora} > 41 || 0%{?rhel} > 10
 %patch -P359 -p1 -b .ftvfs-with-rustc-1.95
 %endif
 

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

only message in thread, other threads:[~2026-09-04 17:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 17:42 [rpms/cef] rawhide: Update OS conditionals Yaakov Selkowitz

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