public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: Add BR on esbuild for el10 on ppc64le
@ 2026-08-07 16:07 Than Ngo
0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 9366c8cc108421844a034578560c0556ced5d794
Author : Than Ngo <than@redhat.com>
Date : 2025-03-24T14:55:45+01:00
Stats : +11/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/9366c8cc108421844a034578560c0556ced5d794?branch=epel9-next
Log:
Add BR on esbuild for el10 on ppc64le
---
diff --git a/.gitignore b/.gitignore
index 4f2e25c..b9e65eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@
/v0.69.4.tar.gz
/bindgen-cli-aarch64.tar.xz
/bindgen-cli-x86_64.tar.xz
+/linux-ppc64-0.19.2.tgz
diff --git a/chromium.spec b/chromium.spec
index 6e7f3d8..8ef1c68 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -474,14 +474,15 @@ Source12: https://nodejs.org/dist/%{nodejs_version}/node-%{nodejs_version}-linux
Source13: https://nodejs.org/dist/%{nodejs_version}/node-%{nodejs_version}-linux-arm64.tar.xz
%endif
-# esbuild binary
-%if 0%{?rhel}
+# esbuild binary from https://github.com/evanw/esbuild
+%if 0%{?rhel} && 0%{?rhel} < 10
Source14: https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-%{esbuild_version}.tgz
Source15: https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-%{esbuild_version}.tgz
+Source16: https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-%{esbuild_version}.tgz
%endif
-# esbuild binary from fedora
-%if 0%{?fedora}
+# esbuild binary from fedora/el10
+%if 0%{?fedora} || 0%{?rhel} > 9
BuildRequires: golang-github-evanw-esbuild
%endif
@@ -1150,7 +1151,7 @@ popd
%endif
# Get rid of the bundled esbuild
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?rhel} > 9
ln -sf $(which esbuild) third_party/devtools-frontend/src/third_party/esbuild/esbuild
%else
%ifarch x86_64
@@ -1159,6 +1160,9 @@ popd
%ifarch aarch64
tar -zxf %{SOURCE15} --directory %{_tmppath}
%endif
+ %ifarch ppc64le
+ tar -zxf %{SOURCE16} --directory %{_tmppath}
+ %endif
mv %{_tmppath}/package/bin/esbuild third_party/devtools-frontend/src/third_party/esbuild/esbuild
%endif
diff --git a/sources b/sources
index bccab94..95e4fe1 100644
--- a/sources
+++ b/sources
@@ -3,3 +3,4 @@ SHA512 (node-v20.6.1-linux-x64.tar.xz) = 7e15c05041a9a50f0046266aadb2e092a5aefbe
SHA512 (linux-arm64-0.19.2.tgz) = 8a0d8fec6786fffcd6954d00820037a55d61e60762c74300df0801f8db27057562c221a063bedfb8df56af9ba80abb366336987e881782c5996e6f871abd3dc6
SHA512 (linux-x64-0.19.2.tgz) = a31cc74c4bfa54f9b75d735a1cfc944d3b5efb7c06bfba9542da9a642ae0b2d235ea00ae84d3ad0572c406405110fe7b61377af0fd15803806ef78d20fc6f05d
SHA512 (chromium-134.0.6998.165-clean.tar.xz) = dec36e9f097f9b560b067cd4cc79b3cf5c91b775ca709e6ae975280e705a1707cd3c08fd07dd2297ae0bccfccd980f19f7f12737539113b098ec2b922823f790
+SHA512 (linux-ppc64-0.19.2.tgz) = 749d2413c293a9b887b40dc573fce7ee509dee9a95af825c4f426a3a76e3e0b2f3627a7eee1f108b8ca37eae366651df84e08ce36ac18741301d82cbe8b13373
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 16:07 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:07 [rpms/chromium] epel9-next: Add BR on esbuild for el10 on ppc64le Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox