rename upgrade script 53/101753/1 accepted/tizen/common/20161202.233334 accepted/tizen/ivi/20161205.000421 accepted/tizen/ivi/20161205.232541 accepted/tizen/mobile/20161205.000324 accepted/tizen/mobile/20161205.232457 accepted/tizen/wearable/20161205.000401 accepted/tizen/wearable/20161205.232530 submit/tizen/20161202.063824 submit/tizen/20161205.012736
authorIckhee Woo <ickhee.woo@samsung.com>
Fri, 2 Dec 2016 06:08:04 +0000 (15:08 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Fri, 2 Dec 2016 06:08:04 +0000 (15:08 +0900)
Change-Id: I3a49db66be3ceea9b91c879a8a5a0053e196036f
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
packaging/account-manager.spec
scripts/500.account-manager.sh [moved from scripts/account-manager-upgrade.sh with 100% similarity, mode: 0644]

index 0c2261c..2b04647 100644 (file)
@@ -1,6 +1,6 @@
 Name:       account-manager
 Summary:    Account Manager
-Version:    0.1.11
+Version:    0.1.12
 Release:    1
 Group:      Social & Content/Other
 License:    Apache-2.0
@@ -68,7 +68,7 @@ install -m 644 %SOURCE3 %{buildroot}%{_unitdir}/accounts-service.service
 %install_service multi-user.target.wants accounts-service.service
 
 mkdir -p %{buildroot}%{upgrade_script_path}
-cp -f scripts/%{name}-upgrade.sh %{buildroot}%{upgrade_script_path}
+cp -f scripts/500.%{name}.sh %{buildroot}%{upgrade_script_path}
 
 
 %post
@@ -115,5 +115,5 @@ chmod 644 %{TZ_SYS_DB}/.account.db-journal
 %attr(0644,root,root) %{_unitdir}/accounts-service.service
 %attr(0644,root,root) %{_unitdir}/multi-user.target.wants/accounts-service.service
 %attr(0644,root,root) /usr/share/dbus-1/system-services/org.tizen.account.manager.service
-%{upgrade_script_path}/%{name}-upgrade.sh
+%{upgrade_script_path}/500.%{name}.sh
 
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from scripts/account-manager-upgrade.sh
rename to scripts/500.account-manager.sh