Include the compiled python module, so it will be removed as well when the package is removed
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2f44ed08 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2f44ed08 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2f44ed08 Branch: refs/heads/ui-plugins Commit: 2f44ed08201e1df9e7a4003058304b1444a522ec Parents: cc24beb Author: Hugo Trippaers <[email protected]> Authored: Thu Feb 7 22:43:50 2013 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Thu Feb 7 22:43:50 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/2f44ed08/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index b2eb352..cc62acf 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -382,6 +382,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
