diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 3fd0dd412c6..f8e31338005 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -397,7 +397,7 @@ fi # save old configs if they exist (for upgrade). Otherwise we may lose them # when the old packages are erased. There are a lot of properties files here. if [ -d "%{_sysconfdir}/cloud" ] ; then - mv %{_sysconfdir}/cloud %{_sysconfdir}/cloudr.rpmsave + mv %{_sysconfdir}/cloud %{_sysconfdir}/cloud.rpmsave fi %post agent