ABI: The ABI version is the same as the soversion

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2023-02-21 15:05:38 -05:00
parent 13c3d12652
commit 3f0c67d5e5
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11

View File

@ -46,9 +46,9 @@
%global nodejs_major @NODE_MAJOR@
%global nodejs_minor @NODE_MINOR@
%global nodejs_patch @NODE_PATCH@
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
# nodejs_soversion - from NODE_MODULE_VERSION in src/node_version.h
%global nodejs_soversion @NODE_SOVERSION@
%global nodejs_abi %{nodejs_soversion}
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
%global nodejs_release %{baserelease}
%global nodejs_envr %{nodejs_epoch}:%{nodejs_version}-%{nodejs_release}