Delete user attribute in spec file 05/189305/1
authorhuiyu.eun <huiyu.eun@samsung.com>
Mon, 17 Sep 2018 03:06:32 +0000 (12:06 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Mon, 17 Sep 2018 03:06:32 +0000 (12:06 +0900)
A warning occurs during RPM installation.
 -> 'app' of grup/user attribute is aleady deleted from Tizen_3.0

warning: user app does not exist - using root
warning: group app does not exist - using root
warning: user app does not exist - using root
warning: group app does not exist - using root

Change-Id: Id9d83dd85ef693a2c0ea09cba051ae228965095b
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
packaging/dali-adaptor.spec

index 743ae34..41240cf 100644 (file)
@@ -1182,7 +1182,6 @@ exit 0
 %files
 %manifest dali-adaptor.manifest
 %defattr(-,root,root,-)
-%defattr(-,app,app,-)
 %dir %{user_shader_cache_dir}
 %{_bindir}/*
 %license LICENSE
@@ -1203,7 +1202,6 @@ exit 0
 %files cxx03
 %manifest dali-adaptor.manifest
 %defattr(-,root,root,-)
-%defattr(-,app,app,-)
 %dir %{user_shader_cache_dir}
 %{_bindir}/*
 %license LICENSE