From 25cf62773d997ec68729cf1f4393fbc2a7758bc3 Mon Sep 17 00:00:00 2001 From: Jiwoong Im Date: Fri, 2 Dec 2016 17:46:20 +0900 Subject: [PATCH] Change upgrade script number Change-Id: I206cf57c5b84f806475fcd013459d86436f32be0 Signed-off-by: Jiwoong Im --- packaging/buxton2.spec | 4 ++-- scripts/{100.buxton2_upgrade.sh => 500.buxton2_upgrade.sh} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename scripts/{100.buxton2_upgrade.sh => 500.buxton2_upgrade.sh} (100%) diff --git a/packaging/buxton2.spec b/packaging/buxton2.spec index bffb0e2..b9da7ba 100644 --- a/packaging/buxton2.spec +++ b/packaging/buxton2.spec @@ -139,7 +139,7 @@ install -m 755 -d %{buildroot}%{_unitdir}/sockets.target.wants ln -sf ../%{name}.socket %{buildroot}%{_unitdir}/sockets.target.wants/ mkdir -p %{buildroot}%{upgrade_script_path} -cp -f scripts/100.buxton2_upgrade.sh %{buildroot}%{upgrade_script_path} +cp -f scripts/500.buxton2_upgrade.sh %{buildroot}%{upgrade_script_path} %post /sbin/ldconfig @@ -184,7 +184,7 @@ chsmack -a System %{basedbdir}/* %{_unitdir}/sockets.target.wants/%{name}.socket %attr(0700,buxton,buxton) %dir %{_localstatedir}/lib/%{name} %attr(0700,buxton,buxton) %dir %{basedbdir} -%attr(0750,root,root) %{upgrade_script_path}/100.buxton2_upgrade.sh +%attr(0750,root,root) %{upgrade_script_path}/500.buxton2_upgrade.sh %attr(0750,root,root) %{_bindir}/vconf_migration %files devel diff --git a/scripts/100.buxton2_upgrade.sh b/scripts/500.buxton2_upgrade.sh similarity index 100% rename from scripts/100.buxton2_upgrade.sh rename to scripts/500.buxton2_upgrade.sh -- 2.7.4