You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/25 07:56:16 UTC

git commit: updated refs/heads/4.4 to dfba731

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 b4728b239 -> dfba73138


centos63: Fix build regression in for loop

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/dfba7313
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/dfba7313
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/dfba7313

Branch: refs/heads/4.4
Commit: dfba7313814ea1ff648ef46e8060a34ba6025ac3
Parents: b4728b2
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Wed Mar 25 12:25:15 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Mar 25 12:25:15 2015 +0530

----------------------------------------------------------------------
 packaging/centos63/cloud.spec | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dfba7313/packaging/centos63/cloud.spec
----------------------------------------------------------------------
diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec
index 499bd7c..c96950c 100644
--- a/packaging/centos63/cloud.spec
+++ b/packaging/centos63/cloud.spec
@@ -279,7 +279,6 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}-management/webapps/client/WEB-INF/cl
 rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}-management/webapps/client/WEB-INF/classes/vms
 
 for name in db.properties log4j-cloud.xml tomcat6-nonssl.conf tomcat6-ssl.conf server-ssl.xml server-nonssl.xml \
-            catalina.policy catalina.properties classpath.conf tomcat-users.xml web.xml environment.properties ; do
             catalina.policy catalina.properties classpath.conf tomcat-users.xml web.xml environment.properties java.security.ciphers; do
   mv ${RPM_BUILD_ROOT}%{_datadir}/%{name}-management/webapps/client/WEB-INF/classes/$name \
     ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/management/$name