From 1807890214329cd7ee03b956701c9ecd2c679f8a Mon Sep 17 00:00:00 2001 From: lei_ju <983277505@qq.com> Date: Tue, 15 Sep 2020 10:45:27 +0800 Subject: [PATCH] Modify BuildRequires from nodejs-inherits1 to nodejs-inherits --- nodejs-util.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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