From 1093fc3a73eede1cf8b32f173b4cff339f302d9f Mon Sep 17 00:00:00 2001 From: "huiyu.eun" Date: Fri, 14 Sep 2018 17:25:25 +0900 Subject: [PATCH] Delete user attribute in spec file 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: Ic486fc3cd8fdeca5ec13a2d0abc2f5115adbcfbc Signed-off-by: huiyu.eun --- packaging/dali.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/packaging/dali.spec b/packaging/dali.spec index 8bd88cb..9b6cf6c 100644 --- a/packaging/dali.spec +++ b/packaging/dali.spec @@ -252,7 +252,6 @@ exit 0 %defattr(-,root,root,-) %{_libdir}/libdali-core.so.* %{_libdir}/libdali-core-cxx03.so -%defattr(-,app,app,-) %license LICENSE %endif @@ -265,7 +264,6 @@ exit 0 %defattr(-,root,root,-) %{_libdir}/libdali-core-cxx11.so.* %{_libdir}/libdali-core.so -%defattr(-,app,app,-) %license LICENSE %if !0%{?disable_cxx03_build} -- 2.7.4