From 92b67bfbc315888877636773783736ad8d55055a Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 13 Jun 2024 09:52:32 +0800 Subject: [PATCH] License compliance rectification --- nodejs-optimist.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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