Nodejs and yarn build dependencies added
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
%define user polemarch
|
%define user polemarch
|
||||||
%define datad poledata
|
%define datad poledata
|
||||||
%define version 1.7.6
|
%define version 1.7.6
|
||||||
%define release 1
|
%define release 2
|
||||||
%define __prelink_undo_cmd %{nil}
|
%define __prelink_undo_cmd %{nil}
|
||||||
%define _binaries_in_noarch_packages_terminate_build 0
|
%define _binaries_in_noarch_packages_terminate_build 0
|
||||||
%define unmangled_version %{version}
|
%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-amqp, python3-vine, python3-billiard, python3-celery, python3-kombu
|
||||||
BuildRequires: python3-redis, python3-Cython, python3-django-timezone-field, python3-markdown2
|
BuildRequires: python3-redis, python3-Cython, python3-django-timezone-field, python3-markdown2
|
||||||
BuildRequires: python3-netaddr, python3-ldap, python3-smmap
|
BuildRequires: python3-netaddr, python3-ldap, python3-smmap
|
||||||
|
BuildRequires: nodejs-has-yarn, yarnpkg, nodejs >= 10.0
|
||||||
Requires: python3, openssl-devel, libxcrypt-compat
|
Requires: python3, openssl-devel, libxcrypt-compat
|
||||||
Requires: python3-virtualenv, python3-mysql, python3-PyMySQL
|
Requires: python3-virtualenv, python3-mysql, python3-PyMySQL
|
||||||
Requires: git
|
Requires: git
|
||||||
@@ -138,6 +139,9 @@ sudo -u %{user} /opt/%{name}/bin/%{shortname}ctl migrate
|
|||||||
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
|
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 18 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||||
|
- Build dependencies added (nodejs and yarn).
|
||||||
|
|
||||||
* Fri May 15 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
* Fri May 15 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||||
- Update to 1.7.6 version.
|
- Update to 1.7.6 version.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user