pki-core build in our Copr is finished:

https://copr.fedoraproject.org/coprs/mkosek/freeipa/build/60561/

If the patch is OK, it should be committed to ipa-4-1 branch and F21+ Fedora
branches. When done, I will trigger SRPM build in Copr.

----------

Current Dogtag 10.2 and it's requirements are not properly packaged for
CentOS, yet. To enable FreeIPA running on CentOS 7.0, lower the
Requires on Fedora 20 and CentOS platform on Dogtag 10.1.2 which
has the patches required by FreeIPA backported and which has all
dependencies avaiable.

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

-- 
Martin Kosek <mko...@redhat.com>
Supervisor, Software Engineering - Identity Management Team
Red Hat Inc.
From 260f37f09b7fb8bdfb8bb0002fc65a7efc4f6ebd Mon Sep 17 00:00:00 2001
From: Martin Kosek <mko...@redhat.com>
Date: Wed, 19 Nov 2014 12:29:44 +0100
Subject: [PATCH] Lower pki-ca requires to 10.1.2

Current Dogtag 10.2 and it's requirements are not properly packaged for
CentOS, yet. To enable FreeIPA running on CentOS 7.0, lower the
Requires on Fedora 20 and CentOS platform on Dogtag 10.1.2 which
has the patches required by FreeIPA backported and which has all
dependencies avaiable.

https://fedorahosted.org/freeipa/ticket/4737
---
 freeipa.spec.in | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index af367037eee27d45f0c825ad4518f269b2798045..2d1bcbf7db4ca91272dabb75d8caaf0383307f9f 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -130,7 +130,14 @@ Requires(post): systemd-units
 Requires: selinux-policy >= %{selinux_policy_version}
 Requires(post): selinux-policy-base
 Requires: slapi-nis >= 0.54.1-1
+%if (0%{?fedora} <= 20 || 0%{?rhel})
+# pki-ca 10.1.2-4 contains patches required by FreeIPA 4.1
+# The goal is to lower the requirement of pki-ca in Fedora 20
+# and CentOS until packaging of it's requirements is finished.
+Requires: pki-ca >= 10.1.2-4
+%else
 Requires: pki-ca >= 10.2.0-3
+%endif
 %if 0%{?rhel}
 Requires: subscription-manager
 %endif
-- 
1.9.3

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

Reply via email to