Re: [Freeipa-devel] [PATCH] spec: require Dogtag >= 10.3.3-3

2016-07-15 Thread Petr Vobornik
On 07/12/2016 03:10 PM, Petr Spacek wrote:
> On 8.7.2016 06:52, Fraser Tweedale wrote:
>> On Thu, Jul 07, 2016 at 01:16:04PM +0200, Petr Spacek wrote:
>>> Hello,
>>>
>>> IPA 4.4.0 requires Dogtag >= 10.3.4. Is this version going to be built for
>>> Fedora any time soon?
>>>
>>> Or should I update my scripts to automatically enable
>>> COPR @freeipa/freeipa-master
>>> in my testing VMs?
>>>
>>> Thanks.
>>> Petr^2 Spacek
>>>
>> Hi Petr,
>>
>> The required features were released for Fedora as 10.3.3-3.
>> Attached patch retracts the min required version accordingly.
> 
> ACK
> 

master:
* 49389ed1e06c786df489c0fd9f6e8183f00eedff spec: require Dogtag >= 10.3.3-3

-- 
Petr Vobornik

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code


Re: [Freeipa-devel] [PATCH] spec: require Dogtag >= 10.3.3-3

2016-07-12 Thread Petr Spacek
On 8.7.2016 06:52, Fraser Tweedale wrote:
> On Thu, Jul 07, 2016 at 01:16:04PM +0200, Petr Spacek wrote:
>> Hello,
>>
>> IPA 4.4.0 requires Dogtag >= 10.3.4. Is this version going to be built for
>> Fedora any time soon?
>>
>> Or should I update my scripts to automatically enable
>> COPR @freeipa/freeipa-master
>> in my testing VMs?
>>
>> Thanks.
>> Petr^2 Spacek
>>
> Hi Petr,
> 
> The required features were released for Fedora as 10.3.3-3.
> Attached patch retracts the min required version accordingly.

ACK

-- 
Petr^2 Spacek

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code


[Freeipa-devel] [PATCH] spec: require Dogtag >= 10.3.3-3

2016-07-07 Thread Fraser Tweedale
On Thu, Jul 07, 2016 at 01:16:04PM +0200, Petr Spacek wrote:
> Hello,
> 
> IPA 4.4.0 requires Dogtag >= 10.3.4. Is this version going to be built for
> Fedora any time soon?
> 
> Or should I update my scripts to automatically enable
> COPR @freeipa/freeipa-master
> in my testing VMs?
> 
> Thanks.
> Petr^2 Spacek
>
Hi Petr,

The required features were released for Fedora as 10.3.3-3.
Attached patch retracts the min required version accordingly.

Thanks,
Fraser
From f6fd4c9c7838e841e1a3728d7e9afbe5f081927d Mon Sep 17 00:00:00 2001
From: Fraser Tweedale 
Date: Fri, 8 Jul 2016 14:47:06 +1000
Subject: [PATCH] spec: require Dogtag >= 10.3.3-3

Required features that were expected to be released in Dogtag 10.3.4
have instead been released for Fedora in 10.3.3-3.  Retract the
minimum required version.

https://fedorahosted.org/freeipa/ticket/5956
---
 freeipa.spec.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index 
ff27a32eebcc640cdbc8895f47732f06a90c4a1b..135e9c980011c6c2730c6c29a3c22098e48270d5
 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -94,7 +94,7 @@ BuildRequires:  libunistring-devel
 BuildRequires:  python-lesscpy
 BuildRequires:  python-yubico >= 1.2.3
 BuildRequires:  openssl-devel
-BuildRequires:  pki-base >= 10.3.4
+BuildRequires:  pki-base >= 10.3.3-3
 BuildRequires:  python-pytest-multihost >= 0.5
 BuildRequires:  python-pytest-sourceorder
 BuildRequires:  python-kdcproxy >= 0.3
@@ -155,8 +155,8 @@ Requires(post): systemd-units
 Requires: selinux-policy >= %{selinux_policy_version}
 Requires(post): selinux-policy-base >= %{selinux_policy_version}
 Requires: slapi-nis >= 0.56.0
-Requires: pki-ca >= 10.3.4
-Requires: pki-kra >= 10.3.4
+Requires: pki-ca >= 10.3.3-3
+Requires: pki-kra >= 10.3.3-3
 Requires(preun): python systemd-units
 Requires(postun): python systemd-units
 Requires: zip
-- 
2.5.5

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code