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 *.

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 equ

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

2013-08-13 Thread Martin Kosek
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