From aa749957360b85fecaed2f9f8dc286f560b89e0b Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: Thu, 17 Mar 2016 18:23:22 +0100 Subject: spec: require python-cryptography newer than 0.9 When generating keys for custodia service, the key material is stored in python-cryptography's OpenSSL backend encoded as DER. This only works in python-cryptography 0.9 and newer so we need to make sure this version pulled in during RPM build and install. https://fedorahosted.org/freeipa/ticket/5744 Reviewed-By: Martin Basti --- freeipa.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeipa.spec.in b/freeipa.spec.in index 5e373c507..51bd5a56c 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -70,7 +70,7 @@ BuildRequires: python-devel BuildRequires: python-ldap BuildRequires: python-setuptools BuildRequires: python-nss -BuildRequires: python-cryptography +BuildRequires: python-cryptography >= 0.9 BuildRequires: python-netaddr BuildRequires: python-gssapi >= 1.1.2 BuildRequires: python-rhsm @@ -481,7 +481,7 @@ Requires: iproute Requires: keyutils Requires: pyOpenSSL Requires: python-nss >= 0.16 -Requires: python-cryptography +Requires: python-cryptography >= 0.9 Requires: python-lxml Requires: python-netaddr Requires: python-libipa_hbac -- cgit