From b568bf4a323df17c11f8c307e82aec25423445c1 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Mon, 4 Feb 2008 14:15:18 -0500 Subject: add netapp/* modules to spec file still need a clean way to do this I think. --- func.spec | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'func.spec') diff --git a/func.spec b/func.spec index 3963943..4547129 100644 --- a/func.spec +++ b/func.spec @@ -74,6 +74,12 @@ rm -fr $RPM_BUILD_ROOT %{python_sitelib}/func/*.py* %dir %{python_sitelib}/func/minion/modules %{python_sitelib}/func/minion/modules/*.py* + +# we need to make the spec and setup.py find modules +# in deep dirs automagically +%{python_sitelib}/func/minion/modules/*/*.py* +%{python_sitelib}/func/minion/modules/*/*/*.py* + %dir /var/log/func %dir /var/lib/func %dir /var/lib/func/certmaster @@ -125,6 +131,9 @@ fi %changelog +* Mon Feb 4 2008 Adrian Likins - 0.0.15-1 +- catch some deeper minion modules as well + * Sun Jan 13 2008 Steve 'Ashcrow' Milner - 0.0.14-6 - Added in func-create-module for scripts. -- cgit