24 lines
816 B
Diff
24 lines
816 B
Diff
|
commit 90203fb044f4e51f341781cf64a9b30c1337d2a9
|
||
|
Author: Michal Reznik <mreznik@redhat.com>
|
||
|
Date: Fri Aug 31 09:49:15 2018 +0200
|
||
|
|
||
|
Add "389-ds-base-legacy-tools" to requires.
|
||
|
|
||
|
"389-ds-base-legacy-tools" needs to be added to requires until
|
||
|
the switch to python installer is completed.
|
||
|
|
||
|
Reviewed-By: Tibor Dudlak <tdudlak@redhat.com>
|
||
|
|
||
|
diff --git a/freeipa.spec.in b/freeipa.spec.in
|
||
|
index 02881b494..cffbccd72 100644
|
||
|
--- a/freeipa.spec.in
|
||
|
+++ b/freeipa.spec.in
|
||
|
@@ -329,6 +329,7 @@ Requires: python2-ipaserver = %{version}-%{release}
|
||
|
Requires: python2-ldap >= %{python_ldap_version}
|
||
|
%endif
|
||
|
Requires: 389-ds-base >= %{ds_version}
|
||
|
+Requires: 389-ds-base-legacy-tools >= %{ds_version}
|
||
|
Requires: openldap-clients > 2.4.35-4
|
||
|
Requires: nss >= %{nss_version}
|
||
|
Requires: nss-tools >= %{nss_version}
|