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

Martin Kosek mkosek at redhat.com
Tue Aug 13 13:49:48 UTC 2013


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




More information about the Freeipa-devel mailing list