diff --git a/nodejs-cryptiles.spec b/nodejs-cryptiles.spec index 8480d49fbb0c135bbc14d8db5620d40868c33d6b..47af06d125d4b03248ccbc19b99a9b3056b62764 100644 --- a/nodejs-cryptiles.spec +++ b/nodejs-cryptiles.spec @@ -1,9 +1,9 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-cryptiles Version: 2.0.5 -Release: 1 +Release: 2 Summary: General purpose cryptography utilities for Node.js -License: BSD +License: BSD-3-Clause URL: https://github.com/hueniverse/cryptiles Source0: https://github.com/hueniverse/cryptiles/archive/v%{version}.tar.gz BuildArch: noarch @@ -30,5 +30,8 @@ cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/cryptiles %license LICENSE %changelog +* Mon May 09 2022 houyingchao - 2.0.5-2 +- License compliance rectification + * Mon Aug 17 2020 Anan Fu - 2.0.5-1 - package init