public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Trung Le <8@tle.id.au>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: Fix NodeJS Sources
Date: Fri, 07 Aug 2026 16:05:25 GMT	[thread overview]
Message-ID: <178611872538.1.13216776798419230286.rpms-chromium-6dd6c5b1f4ee@fedoraproject.org> (raw)

            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}

                 reply	other threads:[~2026-08-07 16:05 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=178611872538.1.13216776798419230286.rpms-chromium-6dd6c5b1f4ee@fedoraproject.org \
    --to=8@tle.id.au \
    --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