From 39cd2b3745c79272938e9c501afd74a315c851ff Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 6 Mar 2009 16:51:07 -0500 Subject: 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 --- MANIFEST.in | 3 ++- cobbler.spec | 5 ++++- 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 -- cgit