summaryrefslogtreecommitdiffstats
path: root/func.spec
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-04 14:15:18 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-04 14:15:18 -0500
commitb568bf4a323df17c11f8c307e82aec25423445c1 (patch)
treebd191d0eae5b9013486de56f303d0880a16115df /func.spec
parent3fc351eed2c8e454795235bb3df4575e7d7db604 (diff)
downloadthird_party-func-b568bf4a323df17c11f8c307e82aec25423445c1.tar.gz
third_party-func-b568bf4a323df17c11f8c307e82aec25423445c1.tar.xz
third_party-func-b568bf4a323df17c11f8c307e82aec25423445c1.zip
add netapp/* modules to spec file
still need a clean way to do this I think.
Diffstat (limited to 'func.spec')
-rw-r--r--func.spec9
1 files changed, 9 insertions, 0 deletions
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 <alikins@redhat.com> - 0.0.15-1
+- catch some deeper minion modules as well
+
* Sun Jan 13 2008 Steve 'Ashcrow' Milner <smilner@redhat.como> - 0.0.14-6
- Added in func-create-module for scripts.