Include the compiled python module, so it will be removed as well when the package is removed (cherry picked from commit 2f44ed08201e1df9e7a4003058304b1444a522ec)
Signed-off-by: Hugo Trippaers <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1ec1b3f5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1ec1b3f5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1ec1b3f5 Branch: refs/heads/4.1 Commit: 1ec1b3f55eb5b0eee475c1c20725caae43a89e12 Parents: 3ecec17 Author: Hugo Trippaers <[email protected]> Authored: Thu Feb 7 22:43:50 2013 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Mon Feb 11 17:45:04 2013 +0100 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1ec1b3f5/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 66e2e11..826d2df 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -381,6 +381,7 @@ fi %attr(0644, root, root) %{_datadir}/%{name}-common/vms/systemvm.iso %attr(0644, root, root) %{_datadir}/%{name}-common/vms/systemvm.zip %attr(0644,root,root) %{_libdir}/python2.6/site-packages/cloud_utils.py +%attr(0644,root,root) %{_libdir}/python2.6/site-packages/cloud_utils.pyc %attr(0644,root,root) %{_libdir}/python2.6/site-packages/cloudutils/* %doc LICENSE %doc NOTICE
