Change numbering for script file 99/102299/1 accepted/tizen/3.0/common/20161207.194245 accepted/tizen/3.0/ivi/20161207.010908 accepted/tizen/3.0/mobile/20161207.010813 accepted/tizen/3.0/tv/20161207.010829 accepted/tizen/3.0/wearable/20161207.010846 submit/tizen_3.0/20161206.035523
authorJihoon Jung <jh8801.jung@samsung.com>
Mon, 5 Dec 2016 09:53:32 +0000 (18:53 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Mon, 5 Dec 2016 09:55:35 +0000 (01:55 -0800)
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I430a41864db8b46be69f7174b11d631393087b83

packaging/mtp-responder.spec
scripts/500.mtp-responder-upgrade.sh [moved from scripts/mtp-responder-upgrade.sh with 100% similarity]

index 37fa74b..9ceb5bd 100755 (executable)
@@ -5,7 +5,7 @@ ExcludeArch: %arm aarch64
 
 Name:       mtp-responder
 Summary:    Media Transfer Protocol daemon (responder)
-Version:    0.0.16
+Version:    0.0.17
 Release:    1
 Group:      Network & Connectivity/Other
 License:    Apache-2.0
@@ -47,7 +47,7 @@ mkdir -p %{buildroot}%{_libdir}/udev/rules.d
 cp packaging/99-mtp-responder.rules %{buildroot}%{_libdir}/udev/rules.d/99-mtp-responder.rules
 
 mkdir -p %{buildroot}%{upgrade_script_path}
-cp -f scripts/%{name}-upgrade.sh %{buildroot}%{upgrade_script_path}
+cp -f scripts/500.%{name}-upgrade.sh %{buildroot}%{upgrade_script_path}
 
 install -D -m 0644 mtp-responder.service %{buildroot}%{_libdir}/systemd/system/mtp-responder.service
 
@@ -62,5 +62,5 @@ ln -sf %{_libdir}/systemd/system/mtp-responder.service %{_sysconfdir}/systemd/de
 %{_libdir}/systemd/system/mtp-responder.service
 %{_libdir}/udev/rules.d/99-mtp-responder.rules
 /opt/var/lib/misc/mtp-responder.conf
-%{upgrade_script_path}/%{name}-upgrade.sh
+%{upgrade_script_path}/500.%{name}-upgrade.sh
 #%license LICENSE.APLv2