From 58265883a9e28a4369efb0d971f3c2c4b9afe7b4 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Mon, 9 May 2022 19:54:35 +0800 Subject: [PATCH] License compliance rectification --- nodejs-once.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-once.spec b/nodejs-once.spec index 366d1cd..30e81f1 100644 --- a/nodejs-once.spec +++ b/nodejs-once.spec @@ -1,11 +1,11 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-once Version: 1.3.3 -Release: 1 +Release: 2 Summary: Run a function exactly one time BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch -License: BSD +License: ISC URL: https://github.com/isaacs/once Source0: https://registry.npmjs.org/once/-/once-%{version}.tgz BuildRequires: nodejs-packaging @@ -28,5 +28,8 @@ cp -pr package.json once.js %{buildroot}%{nodejs_sitelib}/once %license LICENSE %changelog +* Mon May 9 2022 liyanan - 1.3.3-2 +- License compliance rectification + * Mon Aug 17 2020 wutao - 1.3.3-1 - Package init