diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-12-11 16:50:57 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-12-11 16:50:57 +0000 |
commit | a7ece7e20bfe49b9f3391934b4e18015f333d0ec (patch) | |
tree | fdb34f77701d2edaf7dcdaf77bb8ecec7880e621 /misc | |
parent | bccecabc07a8f081cb90f6ba1f32f05dacb7b58d (diff) | |
download | bcfg2-a7ece7e20bfe49b9f3391934b4e18015f333d0ec.tar.gz bcfg2-a7ece7e20bfe49b9f3391934b4e18015f333d0ec.tar.bz2 bcfg2-a7ece7e20bfe49b9f3391934b4e18015f333d0ec.zip |
another spec fix
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2583 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bcfg2.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 756ee13a8..7a7bfc603 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -63,7 +63,9 @@ Bcfg2 client %files -n bcfg2-server %defattr(-,root,root) /usr/sbin/bcfg2-* -/usr/lib*/python%{pythonversion}/site-packages/Bcfg2/Server/*/* +/usr/lib*/python%{pythonversion}/site-packages/Bcfg2/Server/*.py +/usr/lib*/python%{pythonversion}/site-packages/Bcfg2/Server/Hostbase/* +/usr/lib*/python%{pythonversion}/site-packages/Bcfg2/Server/Reports/* /usr/share/bcfg2/schemas/* /usr/share/bcfg2/xsl-transforms/* /usr/share/man/man8/* |