public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cef] rawhide: Update OS conditionals
Date: Fri, 04 Sep 2026 17:42:33 GMT [thread overview]
Message-ID: <178854375322.1.3084521924910558532.rpms-cef-4d4a96148a36@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-04 17:42 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=178854375322.1.3084521924910558532.rpms-cef-4d4a96148a36@fedoraproject.org \
--to=yselkowi@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