From f0864ac076446ec649fceed35e34d8f21ea78615 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Mon, 9 May 2022 19:54:19 +0800 Subject: [PATCH] License compliance rectification --- nodejs-monocle.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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