!4 [sync] PR-2: Modify invalid source0

From: @openeuler-sync-bot 
Reviewed-by: @cherry530, @wang--ge 
Signed-off-by: @cherry530, @wang--ge
This commit is contained in:
openeuler-ci-bot 2024-03-29 06:37:30 +00:00 committed by Gitee
commit b79289f894
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,11 +3,11 @@
%global gittag0 1.0.2
Name: nodejs-%{module_name}
Version: %{gittag0}
Release: 1
Release: 2
Summary: Node.js os.tmpdir() ponyfill
License: MIT
URL: https://github.com/sindresorhus/os-tmpdir
Source0: https://github.com/sindresorhus/%{module_name}/archive/v%{gittag0}.tar.gz#/%{module_name}-%{gittag0}.tar.gz
Source0: https://github.com/sindresorhus/%{module_name}/archive/v%{gittag0}/%{module_name}-%{gittag0}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
@ -41,5 +41,8 @@ node test.js
%{nodejs_sitelib}/%{module_name}
%changelog
* Thu Nov 10 2022 caodongxia <caodongxia@h-partners.com> - 1.0.2-2
- Modify invalid source0
* Mon Aug 17 2020 wutao <wutao61@huawei.com> - %{gittag0}-1
- Package init