summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorAlexander Bokovoy <abokovoy@redhat.com>2012-11-21 18:33:49 +0200
committerRob Crittenden <rcritten@redhat.com>2012-11-21 11:57:15 -0500
commit7960b5c67f0577e305d9fd86564b19957872d0e3 (patch)
tree687c966d255966341b6198fbfded7cd5d6e7c51b /freeipa.spec.in
parentf1f1b4e7f2e9c1838ad7ec76002b78ca0c2a3c46 (diff)
downloadfreeipa.git-7960b5c67f0577e305d9fd86564b19957872d0e3.tar.gz
freeipa.git-7960b5c67f0577e305d9fd86564b19957872d0e3.tar.xz
freeipa.git-7960b5c67f0577e305d9fd86564b19957872d0e3.zip
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
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 50e743d8..43f4a3af 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 <abokovoy@redhat.com> - 3.0.99-6
+- Replace python-crypto by m2crypto dependency
+
* Fri Nov 16 2012 Rob Crittenden <rcritten@redhat.com> - 3.0.99-5
- Bump minimum version of slapi-nis to 0.44