From 4d277612e01f3314a10158b03d930c7eb6721b6c Mon Sep 17 00:00:00 2001 From: Martin Krulis Date: Sun, 26 Sep 2021 22:58:41 +0200 Subject: [PATCH] Updating .spec file for COPR builds. --- recodex-web.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recodex-web.spec b/recodex-web.spec index 5c25abfcc..54b02a3e9 100644 --- a/recodex-web.spec +++ b/recodex-web.spec @@ -14,11 +14,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Prefix: %{_prefix} Vendor: Petr Stefan Url: https://github.com/ReCodEx/web-app -BuildRequires: systemd, nodejs >= 12.18.0 +BuildRequires: systemd, nodejs >= 14.15, npm >= 6.14 Requires(post): systemd Requires(preun): systemd Requires(postun): systemd -Requires: nodejs +Requires: nodejs >= 14.15 #Source0: %{name}-%{unmangled_version}.tar.gz Source0: https://github.com/ReCodEx/%{short_name}/archive/%{unmangled_version}.tar.gz#/%{short_name}-%{unmangled_version}.tar.gz