[samba4/f17] Make sure we fail if we don't find python modules of system libraries.

asn asn at fedoraproject.org
Mon Jun 25 12:24:08 UTC 2012


commit 8eb5e6e3e345db6dad0cb8817e8a33313e3bdcc5
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Mon Jun 25 12:30:26 2012 +0200

    Make sure we fail if we don't find python modules of system libraries.

 samba4.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/samba4.spec b/samba4.spec
index 024f8f7..963bac3 100644
--- a/samba4.spec
+++ b/samba4.spec
@@ -1,4 +1,4 @@
-%define main_release 56
+%define main_release 57
 
 %define samba_version 4.0.0
 %define talloc_version 2.0.7
@@ -374,19 +374,19 @@ link against the SMB, RPC and other protocols.
 %define _ldb_lib %nil
 
 %if ! %with_talloc
-%define _talloc_lib ,!talloc
+%define _talloc_lib ,!talloc,!pytalloc
 %endif
 
 %if ! %with_tevent
-%define _tevent_lib ,!tevent
+%define _tevent_lib ,!tevent,!pytevent
 %endif
 
 %if ! %with_tdb
-%define _tdb_lib ,!tdb
+%define _tdb_lib ,!tdb,!pytdb
 %endif
 
 %if ! %with_ldb
-%define _ldb_lib ,!ldb
+%define _ldb_lib ,!ldb,!pyldb
 %endif
 
 %define _samba4_libraries heimdal,!zlib,!popt%{_talloc_lib}%{_tevent_lib}%{_tdb_lib}%{_ldb_lib}
@@ -1235,6 +1235,9 @@ rm -rf %{buildroot}
 %endif # with_libwbclient
 
 %changelog
+* Mon Jun 25 2012 Andreas Schneider <asn at redhat.com> - 2:4.0.0-56.alpha18
+- Make sure we fail if we don't find python modules of system libraries.
+
 * Fri Jun 22 2012 Andreas Schneider <asn at redhat.com> - 2:4.0.0-56.alpha21
 - Add missing BuildRequires for python bindings.
 


More information about the scm-commits mailing list