Re: [Freeipa-devel] [PATCH] 110 Update pki-ca version

2011-08-11 Thread Martin Kosek
On Fri, 2011-08-12 at 09:44 +0300, Alexander Bokovoy wrote:
> On 11.08.2011 19:02, Martin Kosek wrote:
> > Bump minimal pki-ca version in spec file to get fix for ipa
> > cert-request command.
> > 
> > https://fedorahosted.org/freeipa/ticket/1578
> ACK. There is some confusion in the original bug report about F14 but
> reading it through becomes apparent F14 is not affected as diversion in
> the output has happened after 9.0.0.3 which is latest F14 package
> version for pki-core.
> 

Pushed to master.

Martin

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] 110 Update pki-ca version

2011-08-11 Thread Alexander Bokovoy
On 11.08.2011 19:02, Martin Kosek wrote:
> Bump minimal pki-ca version in spec file to get fix for ipa
> cert-request command.
> 
> https://fedorahosted.org/freeipa/ticket/1578
ACK. There is some confusion in the original bug report about F14 but
reading it through becomes apparent F14 is not affected as diversion in
the output has happened after 9.0.0.3 which is latest F14 package
version for pki-core.

-- 
/ Alexander Bokovoy

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] 110 Update pki-ca version

2011-08-11 Thread Martin Kosek
Just a note - applies on top of 108 and 109. When all these new packages
are in updates-testing repo, I will push the patches upstream.

A hint how to test this:
1) Install newest pki-ca from koji
2) run ./make-testcert - it should succeed

Martin

On Thu, 2011-08-11 at 18:02 +0200, Martin Kosek wrote:
> Bump minimal pki-ca version in spec file to get fix for ipa
> cert-request command.
> 
> https://fedorahosted.org/freeipa/ticket/1578
> 
> ___
> Freeipa-devel mailing list
> Freeipa-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/freeipa-devel


___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


[Freeipa-devel] [PATCH] 110 Update pki-ca version

2011-08-11 Thread Martin Kosek
Bump minimal pki-ca version in spec file to get fix for ipa
cert-request command.

https://fedorahosted.org/freeipa/ticket/1578

>From 5175751b910ad16b69ff600f35c7dd067b00326d Mon Sep 17 00:00:00 2001
From: Martin Kosek 
Date: Thu, 11 Aug 2011 17:54:41 +0200
Subject: [PATCH] Update pki-ca version

Bump minimal pki-ca version in spec file to get fix for ipa
cert-request command.

https://fedorahosted.org/freeipa/ticket/1578
---
 freeipa.spec.in |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index 7df257504706ae77a2913731407ad65aa8789808..87fd0b649b7573877ed6c12fd8ad7cbc8930b51c 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -110,8 +110,8 @@ Requires: selinux-policy >= 3.9.7-27
 Requires(post): selinux-policy-base
 Requires: slapi-nis >= 0.21
 %if 0%{?fedora} >= 15
-Requires: pki-ca >= 9.0.10
-Requires: pki-silent >= 9.0.10
+Requires: pki-ca >= 9.0.11
+Requires: pki-silent >= 9.0.11
 %else
 Requires: pki-ca >= 9.0.5
 Requires: pki-silent >= 9.0.5
@@ -538,6 +538,7 @@ fi
 * Thu Aug 11 2011 Martin Kosek  - 2.0.90-12
 - Set min nvr of 389-ds-base to 1.2.9.6 for fix in BZ 725743,
   723937, and 725542
+- Set min nvr of pki-ca to 9.0.11 for fix in BZ 728332
 
 * Thu Aug 11 2011 Martin Kosek  - 2.0.90-11
 - Set min nvr of xmlrpc-c and libcurl to make sure GSSAPI delegation
-- 
1.7.6

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel