diff --git a/nodejs-monocle.spec b/nodejs-monocle.spec index 71225a1..01880a4 100644 --- a/nodejs-monocle.spec +++ b/nodejs-monocle.spec @@ -2,9 +2,9 @@ %global enable_tests 0 Name: nodejs-monocle Version: 1.1.51 -Release: 1 +Release: 2 Summary: A tool for watching directories for file changes -License: BSD +License: BSD-2-Clause URL: https://github.com/samccone/monocle Source0: https://github.com/samccone/monocle/archive/v%{version}.tar.gz BuildArch: noarch @@ -41,5 +41,8 @@ cp -pr package.json monocle.js \ %{nodejs_sitelib}/monocle %changelog +* Mon May 9 2022 liyanan - 1.1.51-2 +- License compliance rectification + * Thu Aug 20 2020 yaokai - 1.1.51-1 - Package init