From 3e15e6ed6dd0fa6f5606fd77b5104fd067798cde Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 16 Aug 2010 17:55:07 -0400 Subject: 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) --- ipa.spec.in | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'ipa.spec.in') 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 - 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 - 1.99-26 - Add BuildRequires for authconfig -- cgit