public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: Fix NodeJS Sources
@ 2026-08-07 16:05 Trung Le
  0 siblings, 0 replies; only message in thread
From: Trung Le @ 2026-08-07 16:05 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/chromium
            Branch : epel9-next
            Commit : 6dd6c5b1f4ee7b93c55e7e708a6a8d1b5df5ea65
            Author : Trung Le <8@tle.id.au>
            Date   : 2023-09-11T05:44:31+00:00
            Stats  : +2/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/chromium/c/6dd6c5b1f4ee7b93c55e7e708a6a8d1b5df5ea65?branch=epel9-next

            Log:
            Fix NodeJS Sources

The URLs are incorrect

---
diff --git a/chromium.spec b/chromium.spec
index 95002ba..314803f 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -406,8 +406,8 @@ Source13: master_preferences
 
 # RHEL 8 needs newer nodejs
 %if 0%{?rhel} == 8
-Source19: https://nodejs.org/dist/latest-v16.x/node-%{nodejs_version}-linux-x64.tar.xz
-Source21: https://nodejs.org/dist/latest-v16.x/node-%{nodejs_version}-linux-arm64.tar.xz
+Source19: https://nodejs.org/dist/%{nodejs_version}/node-%{nodejs_version}-linux-x64.tar.xz
+Source21: https://nodejs.org/dist/%{nodejs_version}/node-%{nodejs_version}-linux-arm64.tar.xz
 %endif
 
 %if %{clang}

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

only message in thread, other threads:[~2026-08-07 16:05 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:05 [rpms/chromium] epel9-next: Fix NodeJS Sources Trung Le

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