packaging: added execution authority to script files 33/115033/2 accepted/tizen/wearable/20170216.095751 submit/tizen/20170216.074043
authorJaechul Lee <jcsing.lee@samsung.com>
Thu, 16 Feb 2017 05:47:49 +0000 (14:47 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Thu, 16 Feb 2017 07:16:50 +0000 (16:16 +0900)
GBS build would be failed sometimes because script file don't have
execution authority even though I already added execution permission
like this '755'. So, I added execute permisson forcibly while RPM is
executed.

Change-Id: Ie014c03575659c5f1bca18af8572c712251c38fd
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
packaging/linux-3.18-exynos7270.spec

index 48e76ba..1800c28 100644 (file)
@@ -82,6 +82,10 @@ This package provides kernel license file.
 
 make distclean
 
+chmod a+x release_obs.sh
+chmod a+x ./scripts/exynos_dtbtool.sh
+chmod a+x ./scripts/exynos_mkdzimage.sh
+
 ./release_obs.sh
 
 cp -f arch/arm64/boot/Image %{_builddir}/Image.%{MODEL}