summaryrefslogtreecommitdiffstats
path: root/ipa.spec.in
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-08-16 17:55:07 -0400
committerRob Crittenden <rcritten@redhat.com>2010-08-19 10:50:40 -0400
commit3e15e6ed6dd0fa6f5606fd77b5104fd067798cde (patch)
treef094c8b5e7e70c30eccc81b2d9ceb06b25d34574 /ipa.spec.in
parente466bed5453302ca41e6ab7e85fddbdd35548d2a (diff)
downloadfreeipa-3e15e6ed6dd0fa6f5606fd77b5104fd067798cde.tar.gz
freeipa-3e15e6ed6dd0fa6f5606fd77b5104fd067798cde.tar.xz
freeipa-3e15e6ed6dd0fa6f5606fd77b5104fd067798cde.zip
Break out install into more steps, add -key_algorithm to pkisilent
Installing dogtag is quite slow and it isn't always clear that things are working. This breaks out some restart calls into separate steps to show some amount of progress. There are still some steps that take more than a minute (pkicreate and pkisilent). Add new argument to pkisilent, -key_algorithm Update a bunch of minimum required versions in the spec file. tickets 139 (time) and 144 (key_algorithm)
Diffstat (limited to 'ipa.spec.in')
-rw-r--r--ipa.spec.in13
1 files changed, 10 insertions, 3 deletions
diff --git a/ipa.spec.in b/ipa.spec.in
index 74b690e81..3c93aeab1 100644
--- a/ipa.spec.in
+++ b/ipa.spec.in
@@ -97,7 +97,8 @@ Requires: selinux-policy
%endif
Requires(post): selinux-policy-base
Requires: slapi-nis >= 0.15
-Requires: pki-ca
+Requires: pki-ca >= 1.3.6
+Requires: pki-silent >= 1.3.4
Conflicts: mod_ssl
%description server
@@ -139,8 +140,8 @@ Requires: nss_ldap
Requires: wget
Requires: xmlrpc-c
Requires: libcurl
-Requires: sssd >= 1.1.1
-Requires: certmonger
+Requires: sssd >= 1.2.1
+Requires: certmonger >= 0.26
%description client
IPA is an integrated solution to provide centrally managed Identity (machine,
@@ -501,6 +502,12 @@ fi
%endif
%changelog
+* Fri Aug 13 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-27
+- Set minimum version of certmonger to 0.26 (to pck up #621670)
+- Set minimum version of pki-silent to 1.3.4 (adds -key_algorithm)
+- Set minimum version of pki-ca to 1.3.6
+- Set minimum version of sssd to 1.2.1
+
* Tue Aug 10 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-26
- Add BuildRequires for authconfig