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