From a8d2ec6677d97907c84751242620a3198484dc7b Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Mon, 12 Aug 2013 15:38:32 +0200 Subject: Allow freeipa-tests to work with older paramiko versions The integration testing framework used Paramiko SFTP files as context managers. This feature is only available in Paramiko 1.10+. Use an explicit context manager so that we don't rely on the feature. --- freeipa.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index bffd95e1..46a2ae02 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -304,7 +304,7 @@ Requires: python-nose Requires: python-paste Requires: python-coverage Requires: python-polib -Requires: python-paramiko >= 1.10.1 +Requires: python-paramiko >= 1.7.7 %description tests IPA is an integrated solution to provide centrally managed Identity (machine, @@ -833,6 +833,9 @@ fi %endif # ONLY_CLIENT %changelog +* Mon Aug 12 2013 Petr Viktorin - 3.3.90-1 +- Downgrade required version of python-paramiko for the tests subpackage + * Thu Aug 8 2013 Martin Kosek - 3.2.99-13 - Require slapi-nis 0.47.7 and sssd 1.11.0-0.1.beta2 required for core features of 3.3.0 release -- cgit