diff --git a/nodejs-is-symbol.spec b/nodejs-is-symbol.spec index 64a4b52..6ea1d73 100644 --- a/nodejs-is-symbol.spec +++ b/nodejs-is-symbol.spec @@ -1,14 +1,14 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-is-symbol Version: 1.0.2 -Release: 1 +Release: 2 Summary: Determine if a value is an ES6 Symbol or not License: MIT URL: https://github.com/ljharb/is-symbol Source0: https://registry.npmjs.org/is-symbol/-/is-symbol-%{version}.tgz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch -BuildRequires: nodejs-packaging npm(tape) npm(has-symbols) +BuildRequires: npm nodejs-packaging npm(tape) npm(has-symbols) %description %{summary}. @@ -25,7 +25,7 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/is-symbol %check %nodejs_symlink_deps --check -%{__nodejs} --es-staging --harmony test/index.js +%{__nodejs} --harmony test/index.js %files %doc README.md CHANGELOG.md @@ -33,5 +33,8 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/is-symbol %{nodejs_sitelib}/is-symbol %changelog +* Fri Feb 10 2023 xu_ping - 1.0.2-2 +- leave out --es-staging + * Thu Aug 20 2020 wangxiao - 1.0.2-1 - Package init