diff --git a/nodejs-util.spec b/nodejs-util.spec index 1771e3b..c57b97d 100644 --- a/nodejs-util.spec +++ b/nodejs-util.spec @@ -3,7 +3,7 @@ Name: nodejs-%{srcname} Version: 0.10.3 -Release: 1 +Release: 2 Summary: Node.JS util module License: MIT URL: https://github.com/defunctzombie/node-util @@ -15,7 +15,7 @@ ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging %if 0%{?enable_tests} -BuildRequires: nodejs-inherits1 +BuildRequires: nodejs-inherits %endif @@ -30,7 +30,6 @@ rm -rf node_modules/ %build -#nothing to do %install @@ -53,5 +52,8 @@ cp -pr package.json util.js support/ %{buildroot}%{nodejs_sitelib}/%{srcname} %changelog +* Tue Sep 15 2020 leiju - 0.10.3-2 +- Modify BuildRequires from nodejs-inherits1 to nodejs-inherits + * Wed Aug 12 2020 wangxiao - 0.10.3-1 - package init