Updated Branches:
  refs/heads/master 12cbaad69 -> 6d952a15a

Compileall does not compile single files


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

Branch: refs/heads/master
Commit: 6d952a15ab80480e147359f92c922fa3c5ab150b
Parents: 12cbaad
Author: Hugo Trippaers <[email protected]>
Authored: Fri Feb 8 08:16:14 2013 +0100
Committer: Hugo Trippaers <[email protected]>
Committed: Fri Feb 8 08:16:14 2013 +0100

----------------------------------------------------------------------
 packaging/centos63/cloud.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6d952a15/packaging/centos63/cloud.spec
----------------------------------------------------------------------
diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec
index cc62acf..d814321 100644
--- a/packaging/centos63/cloud.spec
+++ b/packaging/centos63/cloud.spec
@@ -185,7 +185,7 @@ install -D console-proxy/dist/systemvm.iso 
${RPM_BUILD_ROOT}%{_datadir}/%{name}-
 install -D console-proxy/dist/systemvm.zip 
${RPM_BUILD_ROOT}%{_datadir}/%{name}-common/vms/systemvm.zip
 install python/lib/cloud_utils.py 
${RPM_BUILD_ROOT}%{_libdir}/python2.6/site-packages/cloud_utils.py
 cp -r python/lib/cloudutils 
${RPM_BUILD_ROOT}%{_libdir}/python2.6/site-packages/
-python -m compileall 
${RPM_BUILD_ROOT}%{_libdir}/python2.6/site-packages/cloud_utils.py
+python -m py_compile 
${RPM_BUILD_ROOT}%{_libdir}/python2.6/site-packages/cloud_utils.py
 python -m compileall 
${RPM_BUILD_ROOT}%{_libdir}/python2.6/site-packages/cloudutils
 
 # Management

Reply via email to