summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2016-03-17 18:23:22 +0100
committerMartin Basti <mbasti@redhat.com>2016-03-21 17:53:25 +0100
commitaa749957360b85fecaed2f9f8dc286f560b89e0b (patch)
tree2baa717d7a295c09d334a2a7da897db1396e1079 /freeipa.spec.in
parente1bbd90360b98910540b7390b312b6405d0da102 (diff)
downloadfreeipa-aa749957360b85fecaed2f9f8dc286f560b89e0b.tar.gz
freeipa-aa749957360b85fecaed2f9f8dc286f560b89e0b.tar.xz
freeipa-aa749957360b85fecaed2f9f8dc286f560b89e0b.zip
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 <mbasti@redhat.com>
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in4
1 files 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