License compliance rectification

This commit is contained in:
lyn1001 2022-05-09 19:54:19 +08:00
parent 7c4f30948d
commit f0864ac076

View File

@ -2,9 +2,9 @@
%global enable_tests 0 %global enable_tests 0
Name: nodejs-monocle Name: nodejs-monocle
Version: 1.1.51 Version: 1.1.51
Release: 1 Release: 2
Summary: A tool for watching directories for file changes Summary: A tool for watching directories for file changes
License: BSD License: BSD-2-Clause
URL: https://github.com/samccone/monocle URL: https://github.com/samccone/monocle
Source0: https://github.com/samccone/monocle/archive/v%{version}.tar.gz Source0: https://github.com/samccone/monocle/archive/v%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -41,5 +41,8 @@ cp -pr package.json monocle.js \
%{nodejs_sitelib}/monocle %{nodejs_sitelib}/monocle
%changelog %changelog
* Mon May 9 2022 liyanan <liyanan32@h-partners.com> - 1.1.51-2
- License compliance rectification
* Thu Aug 20 2020 yaokai <yaokai13@huawei.com> - 1.1.51-1 * Thu Aug 20 2020 yaokai <yaokai13@huawei.com> - 1.1.51-1
- Package init - Package init