diff --git a/fedora/SPECS/polemarch.spec b/fedora/SPECS/polemarch.spec index 42b2c76..480727c 100644 --- a/fedora/SPECS/polemarch.spec +++ b/fedora/SPECS/polemarch.spec @@ -17,7 +17,7 @@ %define user polemarch %define datad poledata %define version 1.7.6 -%define release 1 +%define release 2 %define __prelink_undo_cmd %{nil} %define _binaries_in_noarch_packages_terminate_build 0 %define unmangled_version %{version} @@ -47,6 +47,7 @@ BuildRequires: python3-sphinxcontrib-blockdiag, python3-virtualenv, openldap-dev BuildRequires: python3-amqp, python3-vine, python3-billiard, python3-celery, python3-kombu BuildRequires: python3-redis, python3-Cython, python3-django-timezone-field, python3-markdown2 BuildRequires: python3-netaddr, python3-ldap, python3-smmap +BuildRequires: nodejs-has-yarn, yarnpkg, nodejs >= 10.0 Requires: python3, openssl-devel, libxcrypt-compat Requires: python3-virtualenv, python3-mysql, python3-PyMySQL Requires: git @@ -138,6 +139,9 @@ sudo -u %{user} /opt/%{name}/bin/%{shortname}ctl migrate [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* %changelog +* Mon May 18 2020 Daniel Steiner +- Build dependencies added (nodejs and yarn). + * Fri May 15 2020 Daniel Steiner - Update to 1.7.6 version.