[packages/samba/DEVEL: 77/111] - list individual python modules in without system_libs case to avoid file duplicates
baggins
baggins at pld-linux.org
Wed Jan 15 19:44:53 CET 2014
commit ef67314f97eb68f810da571530fef64357239d26
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Jan 1 12:07:04 2014 +0100
- list individual python modules in without system_libs case to avoid file duplicates
samba4.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/samba4.spec b/samba4.spec
index 37d07d9..86aab9c 100644
--- a/samba4.spec
+++ b/samba4.spec
@@ -1481,7 +1481,10 @@ fi
# TODO
%attr(755,root,root) %{py_sitedir}/ntdb.so
%if %{without system_libs}
-%attr(755,root,root) %{py_sitedir}/*.so
+%attr(755,root,root) %{py_sitedir}/ldb.so
+%attr(755,root,root) %{py_sitedir}/talloc.so
+%attr(755,root,root) %{py_sitedir}/tdb.so
+%attr(755,root,root) %{py_sitedir}/_tevent.so
%{py_sitedir}/tevent.py[co]
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/samba.git/commitdiff/8f2607b83208e9672972be90df9adb474f035876
More information about the pld-cvs-commit
mailing list