From 9cac452422ff5d11ed655d00f9fadd38a9de2b40 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Mon, 9 May 2022 19:54:42 +0800 Subject: [PATCH] License compliance rectification --- nodejs-osenv.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-osenv.spec b/nodejs-osenv.spec index 0681cfb..58b1165 100644 --- a/nodejs-osenv.spec +++ b/nodejs-osenv.spec @@ -1,9 +1,9 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-osenv Version: 0.1.3 -Release: 1 +Release: 2 Summary: Look up environment settings specific to different operating systems -License: BSD +License: ISC URL: https://github.com/isaacs/osenv Source0: https://registry.npmjs.org/osenv/-/osenv-%{version}.tgz BuildArch: noarch @@ -33,5 +33,8 @@ cp -pr package.json osenv.js %{buildroot}%{nodejs_sitelib}/osenv %{nodejs_sitelib}/osenv %changelog +* Mon May 9 2022 liyanan - 0.1.3-2 +- License compliance rectification + * Mon Aug 17 2020 wutao - 0.1.3-1 - Package init