[packages/samba4] - list individual python modules in without system_libs case to avoid file duplicates

qboosh qboosh at pld-linux.org
Wed Jan 1 12:06:38 CET 2014


commit af5ce176388c2a8f45a5c22b76ba8b5abc9918e8
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/samba4.git/commitdiff/af5ce176388c2a8f45a5c22b76ba8b5abc9918e8



More information about the pld-cvs-commit mailing list