Re: [Freeipa-devel] [PATCH 0034] Missing requires on python-dns

2014-11-03 Thread Petr Spacek

On 8.10.2014 09:46, Petr Spacek wrote:

Hello,

this is going to be a little bit more interesting.

RHEL/CentOS version of FreeIPA depends on python-dns >= 1.11.1-2 but Fedora
version should depend on >= 1.12.0.

RHEL contains Git snapshot which is newer than 1.11.1 but is still not
complete 1.12.0. Fedora contains 'proper' 1.11.1 version which is
unfortunately too old.

Fedora bug for rebase to 1.12.0:
https://bugzilla.redhat.com/show_bug.cgi?id=1150396


For now I have copied the necessary method to DNSSEC daemon directly so 
FreeIPA release is not blocked by necessity of having latest python-dns in Fedora.


This thread should be resurrected when Fedora has new-enough python-dns so we 
can drop our copy of the code from FreeIPA source tree.


Petr^2 Spacek


On 7.10.2014 19:34, Gabe Alford wrote:

Done. Update patch to use python-dns >= 1.11.1

On Tue, Oct 7, 2014 at 11:26 AM, Martin Basti  wrote:


  On 07/10/14 15:58, Gabe Alford wrote:

Forgot to add patch.

On Tue, Oct 7, 2014 at 7:58 AM, Gabe Alford  wrote:


   Hello,

 Fix for https://fedorahosted.org/freeipa/ticket/4613

  Thanks,

  Gabe



Thank you!

I prefer to use python-dns >= 1.11.1, there are some DNSSEC fixes which we
may use in tests.

Could you send updated patch please?



--
Petr^2 Spacek

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


Re: [Freeipa-devel] [PATCH 0034] Missing requires on python-dns

2014-10-09 Thread Martin Kosek
On 10/08/2014 10:56 AM, Martin Basti wrote:
> On 07/10/14 19:34, Gabe Alford wrote:
>> Done. Update patch to use python-dns >= 1.11.1
>>
>> On Tue, Oct 7, 2014 at 11:26 AM, Martin Basti > > wrote:
>>
>> On 07/10/14 15:58, Gabe Alford wrote:
>>> Forgot to add patch.
>>>
>>> On Tue, Oct 7, 2014 at 7:58 AM, Gabe Alford
>>> mailto:redhatri...@gmail.com>> wrote:
>>>
>>> Hello,
>>>
>>>Fix for https://fedorahosted.org/freeipa/ticket/4613
>>>
>>> Thanks,
>>>
>>> Gabe
>>>
>>>
>>>
>>>
>>> ___
>>> Freeipa-devel mailing list
>>> Freeipa-devel@redhat.com  
>>> https://www.redhat.com/mailman/listinfo/freeipa-devel
>>
>> Thank you!
>>
>> I prefer to use python-dns >= 1.11.1, there are some DNSSEC fixes
>> which we may use in tests.
>>
>> Could you send updated patch please?
>>
>>
>> -- Martin Basti
>>
>>
> ACK
> Thank you!

Pushed to:
master: 7b7567aabfb4954ef6df30f375800e6e93fa5f6a
ipa-4-1: 19f5ec840ebcbea5ce270a2a9c8e8a1654c4195d
ipa-4-0: f336bcbd9be139ff825433c055465e26f98b4f18

Martin

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


Re: [Freeipa-devel] [PATCH 0034] Missing requires on python-dns

2014-10-08 Thread Martin Basti

On 07/10/14 19:34, Gabe Alford wrote:

Done. Update patch to use python-dns >= 1.11.1

On Tue, Oct 7, 2014 at 11:26 AM, Martin Basti > wrote:


On 07/10/14 15:58, Gabe Alford wrote:

Forgot to add patch.

On Tue, Oct 7, 2014 at 7:58 AM, Gabe Alford
mailto:redhatri...@gmail.com>> wrote:

Hello,

   Fix for https://fedorahosted.org/freeipa/ticket/4613

Thanks,

Gabe




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


Thank you!

I prefer to use python-dns >= 1.11.1, there are some DNSSEC fixes
which we may use in tests.

Could you send updated patch please?


-- 
Martin Basti




ACK
Thank you!


--
Martin Basti

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

Re: [Freeipa-devel] [PATCH 0034] Missing requires on python-dns

2014-10-08 Thread Petr Spacek

Hello,

this is going to be a little bit more interesting.

RHEL/CentOS version of FreeIPA depends on python-dns >= 1.11.1-2 but Fedora 
version should depend on >= 1.12.0.


RHEL contains Git snapshot which is newer than 1.11.1 but is still not 
complete 1.12.0. Fedora contains 'proper' 1.11.1 version which is 
unfortunately too old.


Fedora bug for rebase to 1.12.0:
https://bugzilla.redhat.com/show_bug.cgi?id=1150396

Petr^2 Spacek

On 7.10.2014 19:34, Gabe Alford wrote:

Done. Update patch to use python-dns >= 1.11.1

On Tue, Oct 7, 2014 at 11:26 AM, Martin Basti  wrote:


  On 07/10/14 15:58, Gabe Alford wrote:

Forgot to add patch.

On Tue, Oct 7, 2014 at 7:58 AM, Gabe Alford  wrote:


   Hello,

 Fix for https://fedorahosted.org/freeipa/ticket/4613

  Thanks,

  Gabe





___
Freeipa-devel mailing 
listFreeipa-devel@redhat.comhttps://www.redhat.com/mailman/listinfo/freeipa-devel


Thank you!

I prefer to use python-dns >= 1.11.1, there are some DNSSEC fixes which we
may use in tests.

Could you send updated patch please?


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


Re: [Freeipa-devel] [PATCH 0034] Missing requires on python-dns

2014-10-07 Thread Gabe Alford
Done. Update patch to use python-dns >= 1.11.1

On Tue, Oct 7, 2014 at 11:26 AM, Martin Basti  wrote:

>  On 07/10/14 15:58, Gabe Alford wrote:
>
> Forgot to add patch.
>
> On Tue, Oct 7, 2014 at 7:58 AM, Gabe Alford  wrote:
>
>>   Hello,
>>
>> Fix for https://fedorahosted.org/freeipa/ticket/4613
>>
>>  Thanks,
>>
>>  Gabe
>>
>
>
>
> ___
> Freeipa-devel mailing 
> listFreeipa-devel@redhat.comhttps://www.redhat.com/mailman/listinfo/freeipa-devel
>
>
> Thank you!
>
> I prefer to use python-dns >= 1.11.1, there are some DNSSEC fixes which we
> may use in tests.
>
> Could you send updated patch please?
>
>
> --
> Martin Basti
>
>
From 574fecb17cea0c265c3fce508061a583327f8c35 Mon Sep 17 00:00:00 2001
From: Gabe 
Date: Tue, 7 Oct 2014 11:14:32 -0600
Subject: [PATCH] Missing requires on python-dns in spec file

- Updated to required python-dns version 1.11.1
---
 freeipa.spec.in |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index b0d4b06a033e07fd0b4d80ddbde6dffc3d0ace85..b2dcea66ddf5b26fc4b069c9203f547225afa437 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -61,7 +61,7 @@ BuildRequires:  sssd >= 1.9.2
 BuildRequires:  python-lxml
 BuildRequires:  python-pyasn1 >= 0.0.9a
 BuildRequires:  python-qrcode-core >= 5.0.0
-BuildRequires:  python-dns
+BuildRequires:  python-dns >= 1.11.1
 BuildRequires:  m2crypto
 BuildRequires:  check
 BuildRequires:  libsss_idmap-devel
@@ -120,7 +120,7 @@ Requires: subscription-manager
 %endif
 Requires(preun): python systemd-units
 Requires(postun): python systemd-units
-Requires: python-dns
+Requires: python-dns >= 1.11.1
 Requires: zip
 Requires: policycoreutils >= %{POLICYCOREUTILSVER}
 Requires: tar
@@ -204,7 +204,7 @@ Requires: nss-tools
 Requires: bind-utils
 Requires: oddjob-mkhomedir
 Requires: python-krbV
-Requires: python-dns
+Requires: python-dns >= 1.11.1
 Requires: libsss_autofs
 Requires: autofs
 Requires: libnfsidmap
-- 
1.7.1

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

Re: [Freeipa-devel] [PATCH 0034] Missing requires on python-dns

2014-10-07 Thread Martin Basti

On 07/10/14 15:58, Gabe Alford wrote:

Forgot to add patch.

On Tue, Oct 7, 2014 at 7:58 AM, Gabe Alford > wrote:


Hello,

   Fix for https://fedorahosted.org/freeipa/ticket/4613

Thanks,

Gabe




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


Thank you!

I prefer to use python-dns >= 1.11.1, there are some DNSSEC fixes which 
we may use in tests.


Could you send updated patch please?


--
Martin Basti

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

Re: [Freeipa-devel] [PATCH 0034] Missing requires on python-dns

2014-10-07 Thread Gabe Alford
Forgot to add patch.

On Tue, Oct 7, 2014 at 7:58 AM, Gabe Alford  wrote:

> Hello,
>
>Fix for https://fedorahosted.org/freeipa/ticket/4613
>
> Thanks,
>
> Gabe
>
From 2506c1ac5c9d92a1817bfc4fb321c206107222a0 Mon Sep 17 00:00:00 2001
From: Gabe 
Date: Tue, 7 Oct 2014 07:35:45 -0600
Subject: [PATCH] Missing requires on python-dns in spec file

- Updated to required python-dns version 1.11
---
 freeipa.spec.in |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index b0d4b06a033e07fd0b4d80ddbde6dffc3d0ace85..cd43e47e21f2c48cb0310a70051f3e78ea857bb6 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -61,7 +61,7 @@ BuildRequires:  sssd >= 1.9.2
 BuildRequires:  python-lxml
 BuildRequires:  python-pyasn1 >= 0.0.9a
 BuildRequires:  python-qrcode-core >= 5.0.0
-BuildRequires:  python-dns
+BuildRequires:  python-dns >= 1.11
 BuildRequires:  m2crypto
 BuildRequires:  check
 BuildRequires:  libsss_idmap-devel
@@ -120,7 +120,7 @@ Requires: subscription-manager
 %endif
 Requires(preun): python systemd-units
 Requires(postun): python systemd-units
-Requires: python-dns
+Requires: python-dns >= 1.11
 Requires: zip
 Requires: policycoreutils >= %{POLICYCOREUTILSVER}
 Requires: tar
@@ -204,7 +204,7 @@ Requires: nss-tools
 Requires: bind-utils
 Requires: oddjob-mkhomedir
 Requires: python-krbV
-Requires: python-dns
+Requires: python-dns >= 1.11
 Requires: libsss_autofs
 Requires: autofs
 Requires: libnfsidmap
-- 
1.7.1

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