Polemarch added dependency libxcrypt-compa
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
%define user polemarch
|
%define user polemarch
|
||||||
%define datad poledata
|
%define datad poledata
|
||||||
%define version 1.1.4
|
%define version 1.1.4
|
||||||
%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}
|
||||||
@@ -39,13 +39,13 @@ Patch1: %name-venvctrl.patch
|
|||||||
# Build fails, if these two packages are installed!
|
# Build fails, if these two packages are installed!
|
||||||
BuildRequires: python3, openssl-devel, libyaml-devel
|
BuildRequires: python3, openssl-devel, libyaml-devel
|
||||||
BuildRequires: python3-sphinxcontrib-blockdiag, python3-virtualenv, openldap-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: python3-virtualenv, python3-mysql, python3-PyMySQL
|
||||||
Requires: git
|
Requires: git
|
||||||
Requires: libyaml-devel
|
Requires: libyaml-devel
|
||||||
Requires: krb5-devel, krb5-libs, openldap-devel
|
Requires: krb5-devel, krb5-libs, openldap-devel
|
||||||
Requires: mailcap
|
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
|
%description
|
||||||
Polemarch is service for orchestration infrastructure by ansible.
|
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}/*
|
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Fri May 3 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||||
- Workaround for mysql DB version failure.
|
- Workaround for mysql DB version failure.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user