summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2013-08-12 15:38:32 +0200
committerMartin Kosek <mkosek@redhat.com>2013-08-13 15:42:48 +0200
commita8d2ec6677d97907c84751242620a3198484dc7b (patch)
treefa92728edf6308e659f38e87981f2a58c924f67b /freeipa.spec.in
parentb1474a53c0c249b5090fb067a3cdf99316989afe (diff)
downloadfreeipa.git-a8d2ec6677d97907c84751242620a3198484dc7b.tar.gz
freeipa.git-a8d2ec6677d97907c84751242620a3198484dc7b.tar.xz
freeipa.git-a8d2ec6677d97907c84751242620a3198484dc7b.zip
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.
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in5
1 files changed, 4 insertions, 1 deletions
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 <pviktori@redhat.com> - 3.3.90-1
+- Downgrade required version of python-paramiko for the tests subpackage
+
* Thu Aug 8 2013 Martin Kosek <mkosek@redhat.com> - 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