From a535cb077254b1d719863119d29228b3f5b3cb07 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 1 Dec 2009 14:02:46 -0500 Subject: Set minimum of python-pyasn1 to 0.0.9a so we have support for the ASN.1 Any type --- ipa.spec.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ipa.spec.in') diff --git a/ipa.spec.in b/ipa.spec.in index ed2183d98..76f9e57c1 100644 --- a/ipa.spec.in +++ b/ipa.spec.in @@ -85,7 +85,7 @@ Requires: python-krbV Requires: python-assets Requires: python-wehjit Requires: acl -Requires: python-pyasn1 +Requires: python-pyasn1 >= 0.0.9a Requires: libcap %{?fc8:Requires: selinux-policy >= 3.0.8-117} %{?fc9:Requires: selinux-policy >= 3.3.1-99} @@ -482,6 +482,10 @@ fi %endif %changelog +* Tue Dec 1 2009 Rob Crittenden - 1.99-12 +- Set minimum of python-pyasn1 to 0.0.9a so we have support for the ASN.1 + Any type + * Wed Nov 25 2009 Rob Crittenden - 1.99-11 - Remove v1-style /etc/ipa/ipa.conf, replacing with /etc/ipa/default.conf -- cgit