diff options
author | Hyunho Kang <hhstark.kang@samsung.com> | 2016-12-02 17:39:12 +0900 |
---|---|---|
committer | Hyunho Kang <hhstark.kang@samsung.com> | 2016-12-02 18:31:06 +0900 |
commit | 6b18ee25061f9f909cc45340b038cbbc833c6f93 (patch) | |
tree | 0d68c28e428722b38bd24b1d1bf4c6d4159b3f7a /packaging | |
parent | e227f5a529ec407a9a978345d24f6b8a5f2c4414 (diff) | |
download | librua-6b18ee25061f9f909cc45340b038cbbc833c6f93.tar.gz librua-6b18ee25061f9f909cc45340b038cbbc833c6f93.tar.bz2 librua-6b18ee25061f9f909cc45340b038cbbc833c6f93.zip |
Change upgrade script numbering to 503submit/tizen_3.0/20161202.085638accepted/tizen/3.0/wearable/20161204.235810accepted/tizen/3.0/tv/20161204.235743accepted/tizen/3.0/mobile/20161204.235648accepted/tizen/3.0/ivi/20161204.235839accepted/tizen/3.0/common/20161205.091907
Change-Id: I2c2d19cc434ae31e492ece5d1785a37107d82e1d
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/librua.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/librua.spec b/packaging/librua.spec index 68c5235..ec55071 100644 --- a/packaging/librua.spec +++ b/packaging/librua.spec @@ -45,7 +45,7 @@ make %{?_smp_mflags} %make_install mkdir -p %{buildroot}%{upgrade_script_path} -cp -f scripts/103.rua_upgrade.sh %{buildroot}%{upgrade_script_path} +cp -f scripts/503.rua_upgrade.sh %{buildroot}%{upgrade_script_path} %post -p /sbin/ldconfig @@ -56,7 +56,7 @@ cp -f scripts/103.rua_upgrade.sh %{buildroot}%{upgrade_script_path} %defattr(-,root,root,-) %{_libdir}/librua.so.* %license LICENSE -%{upgrade_script_path}/103.rua_upgrade.sh +%{upgrade_script_path}/503.rua_upgrade.sh %files devel %manifest %{name}.manifest |