Exclude TV & Wearable profile 31/53431/1 accepted/tizen/ivi/20160218.022850 accepted/tizen/mobile/20151207.122252 accepted/tizen/mobile/20160105.044101 accepted/tizen/mobile/20160106.002521 accepted/tizen/tv/20151207.122312 accepted/tizen/tv/20160105.044118 accepted/tizen/tv/20160106.002530 accepted/tizen/wearable/20151207.122329 accepted/tizen/wearable/20160105.044143 accepted/tizen/wearable/20160106.002542 submit/tizen/20151207.002159 submit/tizen/20160105.000624 submit/tizen_common/20151229.154718 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000001
authorgs86.lee <gs86.lee@samsung.com>
Mon, 7 Dec 2015 00:15:00 +0000 (09:15 +0900)
committergs86.lee <gs86.lee@samsung.com>
Mon, 7 Dec 2015 00:15:00 +0000 (09:15 +0900)
Change-Id: I0f2ad5d4be76e42da14a2f256e883506dddd3698

packaging/org.tizen.lockscreen.spec

index 86d206f..c503391 100755 (executable)
@@ -10,11 +10,11 @@ Release:    1
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 
-%if "%{?tizen_profile_name}" == "wearable"
+%if "%{profile}" == "wearable"
 ExcludeArch: %{arm} %ix86 x86_64
 %endif
 
-%if "%{?tizen_profile_name}"=="tv"
+%if "%{profile}" == "tv"
 ExcludeArch: %{arm} %ix86 x86_64
 %endif