From 8388d1661f11b026c0f84652dfb7abd68f228f8d Mon Sep 17 00:00:00 2001 From: sa-buc Date: Tue, 19 Aug 2025 18:16:29 +0800 Subject: [PATCH] fix check_source warning --- nodejs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs.spec b/nodejs.spec index 4dea979..ed7a1d0 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -39,7 +39,7 @@ # This is used by both the nodejs package and the npm subpackage that # has a separate version - the name is special so that rpmdev-bumpspec # will bump this rather than adding .1 to the end. -%global baserelease 1 +%global baserelease 2 %{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}} @@ -190,7 +190,7 @@ Source1: npmrc Source2: btest402.js Source3: https://github.com/unicode-org/icu/releases/download/release-%{icu_major}-%{icu_minor}/icu4c-%{icu_major}_%{icu_minor}-data-bin-b.zip Source4: https://github.com/unicode-org/icu/releases/download/release-%{icu_major}-%{icu_minor}/icu4c-%{icu_major}_%{icu_minor}-data-bin-l.zip -Source5: sqlite-autoconf-3490100.tar.gz +Source5: https://www.sqlite.org/2025/sqlite-autoconf-3490100.tar.gz Source200: nodejs-tarball.sh Source201: npmrc.builtin.in Source202: nodejs.pc.in @@ -879,6 +879,9 @@ end %changelog +* Tue Aug 19 2025 zjl02254423 -1:22.16.0-2 +- update Source5 to fix check_source warning + * Fri Jul 25 2025 tomcruiseqi - 1:22.16.0-1 - Update to 22.16.0 to fix CVE-2025-23084 -- Gitee