Modify to see mobile when build profile is common 93/60893/1 accepted/tizen/common/20160303.110144 accepted/tizen/ivi/20160305.085744 accepted/tizen/mobile/20160305.085652 accepted/tizen/tv/20160305.085710 accepted/tizen/wearable/20160305.085725 submit/tizen/20160303.010122
authorYunjin Lee <yunjin-.lee@samsung.com>
Thu, 3 Mar 2016 00:52:37 +0000 (09:52 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Thu, 3 Mar 2016 00:52:37 +0000 (09:52 +0900)
Change-Id: I0d7136836771d37c90b4ed4b129d2ef6085b143d
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
packaging/privilege-checker.spec

index 8a8e42e..6a63988 100644 (file)
@@ -60,9 +60,9 @@ Testsuit for Privilege Manager APIs
 %if "%{?profile}" == "wearable"
     __PROFILE_TYPE="WEARABLE"
 %else
-%if "%{?profile}" == "mobile"
+#%if "%{?profile}" == "mobile"
     __PROFILE_TYPE="MOBILE"
-%endif
+#%endif
 %endif
 %endif