From 684ad47eb41713ea20a633df0eea9bf5b4c54310 Mon Sep 17 00:00:00 2001 From: hht8 Date: Tue, 5 Jan 2021 11:07:40 +0800 Subject: [PATCH] Modify Spec file to make license consistent --- nodejs-glob.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-glob.spec b/nodejs-glob.spec index 3f22880..45cdd95 100644 --- a/nodejs-glob.spec +++ b/nodejs-glob.spec @@ -2,9 +2,9 @@ %global enable_tests 1 Name: nodejs-glob Version: 6.0.4 -Release: 1 +Release: 2 Summary: A little globber for Node.js -License: BSD +License: ISC URL: https://github.com/isaacs/node-glob Source0: https://github.com/isaacs/node-glob/archive/v%{version}/%{name}-%{version}.tar.gz Patch0: nodejs-glob-tap.patch @@ -43,5 +43,8 @@ cp -pr package.json glob.js sync.js common.js \ %{nodejs_sitelib}/glob %changelog +* Tue Jan 05 2020 huanghaitao - 6.0.4-2 +- Modify Spec file to make license consistent + * Thu Aug 20 2020 Anan Fu - 6.0.4-1 - package init