Make sure that the file is readable. 15/110115/1 accepted/tizen/common/20170202.174920 accepted/tizen/ivi/20170203.022835 accepted/tizen/mobile/20170203.022819 accepted/tizen/tv/20170203.022824 accepted/tizen/wearable/20170203.022830 submit/tizen/20170202.091825
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 13 Jan 2017 03:56:19 +0000 (12:56 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 13 Jan 2017 03:56:19 +0000 (12:56 +0900)
Depending build environment, the file may become 0644, which
cannot be built by OBS/GBS, incurring build errors in
tizen-platform-config package.

This fixes such issues.

Change-Id: I363217137358b2e6df3ee0a8a9c4664fde326ea2
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/tizen-platform-config-meta.spec

index 95832d6b3364f742eb4df8b37a44d4a63e59939c..f5b8e514456e31bfb9f6c25d483d942b5439aca7 100644 (file)
@@ -28,4 +28,4 @@ cp %{SOURCE3} %{buildroot}%{_sysconfdir}/tizen-platform.meta
 %files
 %manifest %{name}.manifest
 %license LICENSE
-%{_sysconfdir}/tizen-platform.meta
+%attr(644, root, root) %{_sysconfdir}/tizen-platform.meta