From 1ec1b3f55eb5b0eee475c1c20725caae43a89e12 Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Thu, 7 Feb 2013 22:43:50 +0100 Subject: [PATCH] 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 --- packaging/centos63/cloud.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 66e2e11a283..826d2df73a9 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