From 7960b5c67f0577e305d9fd86564b19957872d0e3 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 21 Nov 2012 18:33:49 +0200 Subject: trusts: replace use of python-crypto by m2crypto python-crypto package is not available everywhere, use m2crypto instead. Originally we thought to extend python-krbV to provide krb5_c_encrypt() wrapper but m2crypto is readily available. https://fedorahosted.org/freeipa/ticket/3271 --- freeipa.spec.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index 50e743d80..43f4a3af2 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -67,7 +67,7 @@ BuildRequires: sssd >= 1.8.0 BuildRequires: python-lxml BuildRequires: python-pyasn1 >= 0.0.9a BuildRequires: python-dns -BuildRequires: python-crypto +BuildRequires: m2crypto BuildRequires: check BuildRequires: libsss_idmap-devel @@ -181,7 +181,7 @@ daemons included in freeipa-server Summary: Virtual package to install packages required for Active Directory trusts Group: System Environment/Base Requires: %{name}-server = %version-%release -Requires: python-crypto +Requires: m2crypto %if 0%{?fedora} >= 18 Requires: samba-python Requires: samba @@ -733,6 +733,9 @@ fi %ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt %changelog +* Wed Nov 21 2012 Alexander Bokovoy - 3.0.99-6 +- Replace python-crypto by m2crypto dependency + * Fri Nov 16 2012 Rob Crittenden - 3.0.99-5 - Bump minimum version of slapi-nis to 0.44 -- cgit