!2 Modify Spec file to make license consistent

From: @hht8
Reviewed-by: @zhengyuhanghans
Signed-off-by: @zhengyuhanghans
This commit is contained in:
openeuler-ci-bot 2021-01-05 16:39:57 +08:00 committed by Gitee
commit f036592b43

View File

@ -2,9 +2,9 @@
%global enable_tests 0
Name: nodejs-graceful-fs
Version: 4.1.11
Release: 1
Release: 2
Summary: A drop-in replacement for fs, making various improvements
License: BSD
License: ISC
URL: https://github.com/isaacs/node-graceful-fs
Source0: https://github.com/isaacs/node-graceful-fs/archive/v%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
@ -55,5 +55,8 @@ cp -p package.json graceful-fs.js fs.js polyfills.js legacy-streams.js \
%{nodejs_sitelib}/graceful-fs
%changelog
* Tue Jan 05 2021 huanghaitao <huanghaitao8@huawei.com> -4.1.11-2
- Modify Spec file to make license consistent
* Thu Aug 20 2020 Anan Fu <fuanan3@huawei.com> - 4.1.11-1
- package init