Add explicit dependency on nodejs

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
epel9
Stephen Gallagher 5 years ago
parent ad14f1bafd
commit b3b86fc7a3
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11

@ -1,6 +1,6 @@
Name: js-jquery
Version: 3.5.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: JavaScript DOM manipulation, event handling, and AJAX library
BuildArch: noarch
@ -20,6 +20,7 @@ Patch1: %{name}-disable-gzip-js.patch
BuildRequires: web-assets-devel
BuildRequires: nodejs-packaging
BuildRequires: nodejs
Provides: jquery = %{version}-%{release}
Provides: %{name}-static = %{version}-%{release}
@ -80,6 +81,9 @@ ln -s %{version} %{installdir}/%{ver_x}.%{ver_y}
%changelog
* Fri Apr 17 2020 Stephen Gallagher <sgallagh@redhat.com> - 3.5.0-3
- Add explicit dependency on nodejs
* Wed Apr 15 2020 Stephen Gallagher <sgallagh@redhat.com> - 3.5.0-2
- Add virtual Provides: for bundled sizzle

Loading…
Cancel
Save