Fix BR to npm

This commit is contained in:
eabdullin 2025-09-25 12:50:44 +03:00
parent 943acea328
commit b4b897fa31

View File

@ -5,7 +5,7 @@
release_number = 2;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}.alma.1
## END: Set by rpmautospec
%{?nodejs_find_provides_and_requires}
@ -24,7 +24,7 @@ Source0: %{npm_name}-v%{version}-bundled.tar.gz
BuildRequires: nodejs-devel
BuildRequires: nodejs-packaging
BuildRequires: nodejs-npm
BuildRequires: npm
# Let the nodemon work with any nodejs version available
%global __requires_exclude ^\/usr\/bin\/node
@ -80,6 +80,9 @@ npm run test
%changelog
## START: Generated by rpmautospec
* Thu Sep 25 2025 Eduard Abdullin <eabdullin@almalinux.org> - 3.0.3-2.alma.1
- Fix BR for npm
* Mon Aug 04 2025 Jan Staněk <jstanek@redhat.com> - 3.0.3-2
- Fix BR for nodejs-npm