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