Allow re-execution of the %prep section 57/24957/2
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 24 Jul 2014 11:30:19 +0000 (13:30 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 4 Aug 2014 06:54:41 +0000 (08:54 +0200)
commit0cd19b09d7ff61131504c644b9f2d0ae7d65792b
treed88b43d4422fddf9b80c6baad349808847a49e86
parentc528674145287d49ce3a655c6397914cbf61b551
Allow re-execution of the %prep section

With Yocto, when building rpm a second time, the do_prep() function
fails because it assumes it hasn't already ran but will be re-using the
previous build directory which hasn't been cleaned. This patch prevent
such a situation to fail.

This issue is not present when building with GBS since every new build
is made in a clean directory but since the yocto recipes are generated
from spec file, it is better to directly correct the spec file.
This patch has no impact on the GBS build.

Bug-Tizen: BTY-15
Change-Id: I1e992b63b41ae76a4d6706046e741dc2d25b15eb
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
packaging/rpm.spec