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