summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-03-06 16:51:07 -0500
committerMichael DeHaan <mdehaan@redhat.com>2009-03-06 16:51:07 -0500
commit39cd2b3745c79272938e9c501afd74a315c851ff (patch)
tree8f2267913ee9d5783b803b10c0d4a244134118bb
parent3961fcee89767088fd4f2d44c33fbea2c45f05d0 (diff)
downloadcobbler-39cd2b3745c79272938e9c501afd74a315c851ff.tar.gz
cobbler-39cd2b3745c79272938e9c501afd74a315c851ff.tar.xz
cobbler-39cd2b3745c79272938e9c501afd74a315c851ff.zip
Modify build scripts to not install the pycs and pyos for anamon. This could probably be better done by changing anamon to not end in ".py", as RPM is trying to be too smart for it's own good (I think)
Conflicts: cobbler.spec
-rw-r--r--MANIFEST.in3
-rw-r--r--cobbler.spec5
2 files changed, 6 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index a5d1643f..22e55a70 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -19,6 +19,8 @@ include config/users.conf
include config/completions
include config/cobbler_bash
include config/cheetah_macros
+include aux/anamon.py
+include aux/anamon.init
recursive-include templates *.template
recursive-include installer_templates *.template defaults
recursive-include kickstarts *.ks
@@ -32,6 +34,5 @@ include snippets/*
recursive-include po *.pot
recursive-include po *.po
recursive-include webui_content *
-recursive-include aux *
recursive-include webui_templates *
recursive-include triggers *
diff --git a/cobbler.spec b/cobbler.spec
index ae3762a8..d494f62c 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -165,7 +165,10 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%dir /var/www/cobbler/aux
%defattr(444,apache,apache)
/var/www/cobbler/webui/*
-/var/www/cobbler/aux/*
+%ghost /var/www/cobbler/aux/anamon.pyc
+%ghost /var/www/cobbler/aux/anamon.pyo
+/var/www/cobbler/aux/*.py
+/var/www/cobbler/aux/*.init
%defattr(755,root,root)
%{_bindir}/cobbler