From 8670fb9a39ec5de0b4f9c3f838d155bb8403d4b4 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Mon, 8 Oct 2007 11:43:49 -0400 Subject: add cmd_modules contents to spec --- func.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/func.spec b/func.spec index 5586963..61cb2e4 100644 --- a/func.spec +++ b/func.spec @@ -48,8 +48,10 @@ rm -fr $RPM_BUILD_ROOT %dir %{python_sitelib}/func %dir %{python_sitelib}/func/minion %dir %{python_sitelib}/func/overlord +%dir %{python_sitelib}/func/overlord/cmd_modules %{python_sitelib}/func/minion/*.py* %{python_sitelib}/func/overlord/*.py* +%{python_sitelib}/func/overlord/cmd_modules/*.py* %{python_sitelib}/func/*.py* %dir %{python_sitelib}/func/minion/modules %{python_sitelib}/func/minion/modules/*.py* @@ -73,6 +75,9 @@ fi %changelog +* Mon Oct 8 2007 Adrian Likins - 0.0.12-1 +- add cmd_modules + * Fri Sep 28 2007 Adrian Likins - 0.0.12-1 - remove rhpl deps -- cgit