upgrade script numbering 89/104489/1 accepted/tizen/3.0/common/20161215.162738 accepted/tizen/3.0/ivi/20161215.043528 accepted/tizen/3.0/mobile/20161215.043441 accepted/tizen/3.0/tv/20161215.043450 accepted/tizen/3.0/wearable/20161215.043524 accepted/tizen/common/20161214.160921 accepted/tizen/ivi/20161214.090207 accepted/tizen/mobile/20161214.090028 accepted/tizen/tv/20161214.090036 accepted/tizen/wearable/20161214.090058 submit/tizen/20161214.073740 submit/tizen_3.0/20161214.071622
authorjaekuk, lee <juku1999@samsung.com>
Tue, 13 Dec 2016 10:52:57 +0000 (19:52 +0900)
committerjaekuk, lee <juku1999@samsung.com>
Tue, 13 Dec 2016 10:52:57 +0000 (19:52 +0900)
Change-Id: I3024a31af93b16d58d5365ad2701eb1bb661fdb4
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
500.download-provider_upgrade.sh [moved from download-provider_upgrade.sh with 96% similarity]
packaging/download-provider.spec

similarity index 96%
rename from download-provider_upgrade.sh
rename to 500.download-provider_upgrade.sh
index 2807508..4ce0d3d 100755 (executable)
@@ -43,4 +43,4 @@ chmod g+s $DOWNLOAD_DIR_30/.temp_download
 chown owner:priv_mediastorage $DOWNLOAD_DIR_30/.temp_download
 chsmack -a User::App::Shared $DOWNLOAD_DIR_30/.temp_download
 chown owner:users $DOWNLOAD_DIR_30/*
-chsmack -a User::App::Shared $DOWNLOAD_DIR_30/*
+chsmack -a User::App::Shared $DOWNLOAD_DIR_30/*
\ No newline at end of file
index f0f3a3b..2e1cdf6 100755 (executable)
@@ -1,7 +1,7 @@
 %define _ux_define tizen2.3
 Name:       download-provider
 Summary:    Download the contents in background
-Version:    2.1.67
+Version:    2.1.68
 Release:    0
 Group:      Development/Libraries
 License:    Apache-2.0
@@ -188,7 +188,7 @@ ln -s ../download-provider.socket %{buildroot}/lib/systemd/system/sockets.target
 
 #OS Upgrade
 mkdir -p %{buildroot}%{upgrade_script_path}
-cp -f download-provider_upgrade.sh %{buildroot}%{upgrade_script_path}
+cp -f 500.download-provider_upgrade.sh %{buildroot}%{upgrade_script_path}
 
 %post
 #make notify dir in post section for smack
@@ -224,7 +224,7 @@ chown -R web_fw:web_fw %{_data_install_path}
 #%if 0%{?sec_product_feature_container_enable}
 %attr(0644,root,root) /etc/vasum/vsmzone.resource/download-provider.res
 #%endif
-%{upgrade_script_path}/download-provider_upgrade.sh
+%{upgrade_script_path}/500.download-provider_upgrade.sh
 
 %files devel
 %defattr(-,root,root,-)