Polemarch added dependency libxcrypt-compa

This commit is contained in:
2019-05-12 11:20:14 +02:00
parent bdb2adfb46
commit a426d94dd6

View File

@@ -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 <daniel.steiner@daniel-steiner.org>
- Dependency for libxcrypt-compat added.
* Fri May 3 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Workaround for mysql DB version failure.