Re: [Freeipa-devel] [PATCH] 419 Prevent *.pyo and *.pyc multilib problems

2013-08-13 Thread Petr Viktorin

On 08/13/2013 10:50 AM, Martin Kosek wrote:

Differences in the python byte code fails in a build validation
(rpmdiff) done on difference architecture of the same package.

This patch:
  1) Ensures that timestamps of generated *.pyo and *.pyc files match
  2) Python integer literals greater or equal 2^32 and lower than 2^64
 are converted to long right away to prevent different type of
 the integer on architectures with different size of int

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


I tested this together with your patches 420-421. IPA still builds, 
tests pass. ACK.


--
PetrĀ³

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


Re: [Freeipa-devel] [PATCH] 419 Prevent *.pyo and *.pyc multilib problems

2013-08-13 Thread Martin Kosek
On 08/13/2013 12:43 PM, Petr Viktorin wrote:
 On 08/13/2013 10:50 AM, Martin Kosek wrote:
 Differences in the python byte code fails in a build validation
 (rpmdiff) done on difference architecture of the same package.

 This patch:
   1) Ensures that timestamps of generated *.pyo and *.pyc files match
   2) Python integer literals greater or equal 2^32 and lower than 2^64
  are converted to long right away to prevent different type of
  the integer on architectures with different size of int

 https://fedorahosted.org/freeipa/ticket/3858
 
 I tested this together with your patches 420-421. IPA still builds, tests 
 pass.
 ACK.
 

Pushed to master, ipa-3-3.

Martin

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