diff --git a/nodejs-optimist.spec b/nodejs-optimist.spec index 0e08e24..89f1b2c 100644 --- a/nodejs-optimist.spec +++ b/nodejs-optimist.spec @@ -2,10 +2,10 @@ %global bootstrap 0 Name: nodejs-optimist Version: 0.6.1 -Release: 1 +Release: 2 Summary: Light-weight option parsing for Node.js BuildArch: noarch -License: MIT/X11 +License: MIT OR X11 URL: https://github.com/substack/node-optimist Source0: https://registry.npmjs.org/optimist/-/optimist-%{version}.tgz Patch0: fix-tests.patch @@ -42,5 +42,8 @@ tap test/*.js %license LICENSE %changelog +* Thu Jun 13 2024 yao_xin - 0.6.1-2 +- License compliance rectification + * Mon Aug 17 2020 wutao - 0.6.1-1 - Package init