From cf9c1a6ac3608f4135078174b231349c0ddc1969 Mon Sep 17 00:00:00 2001 From: hht8 Date: Tue, 5 Jan 2021 11:40:39 +0800 Subject: [PATCH] Modify Spec file to make license consistent --- nodejs-inherits.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-inherits.spec b/nodejs-inherits.spec index acf9c9e..a785995 100644 --- a/nodejs-inherits.spec +++ b/nodejs-inherits.spec @@ -1,9 +1,9 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-inherits Version: 2.0.3 -Release: 1 +Release: 2 Summary: A tiny simple way to do classic inheritance in js -License: WTFPL +License: ISC URL: https://github.com/isaacs/inherits Source0: https://github.com/isaacs/inherits/archive/v%{version}.tar.gz Source1: https://raw.github.com/isaacs/inherits/112807f2670160b6e3bafdf39e395c10ae7d0fac/LICENSE @@ -63,5 +63,8 @@ end %{nodejs_sitelib}/inherits %changelog +* Tue Jan 05 2021 huanghaitao - 2.0.3-2 +- Modify Spec file to make license consistent + * Thu Aug 20 2020 wangxiao - 2.0.3-1 - Package init