diff --git a/fedora/SPECS/polemarch.spec b/fedora/SPECS/polemarch.spec index cb13d05..83f3531 100644 --- a/fedora/SPECS/polemarch.spec +++ b/fedora/SPECS/polemarch.spec @@ -14,7 +14,7 @@ %define user polemarch %define datad poledata %define version 1.1.4 -%define release 1 +%define release 2 %define __prelink_undo_cmd %{nil} %define _binaries_in_noarch_packages_terminate_build 0 %define unmangled_version %{version} @@ -39,13 +39,13 @@ Patch1: %name-venvctrl.patch # Build fails, if these two packages are installed! BuildRequires: python3, openssl-devel, libyaml-devel BuildRequires: python3-sphinxcontrib-blockdiag, python3-virtualenv, openldap-devel -Requires: python3, openssl-devel +Requires: python3, openssl-devel, libxcrypt-compat Requires: python3-virtualenv, python3-mysql, python3-PyMySQL Requires: git Requires: libyaml-devel Requires: krb5-devel, krb5-libs, openldap-devel Requires: mailcap -Requires: python3-redis >= 3.2.0, python3-django-redis, redis +Requires: python3-redis >= 3.2.0, python3-django-redis >= 4.0.0, redis >= 5.0.0 %description Polemarch is service for orchestration infrastructure by ansible. @@ -111,6 +111,9 @@ sudo -u %{user} /opt/%{name}/bin/%{shortname}ctl migrate [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* %changelog +* Sun May 12 2019 Daniel Steiner +- Dependency for libxcrypt-compat added. + * Fri May 3 2019 Daniel Steiner - Workaround for mysql DB version failure.