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

asn asn at fedoraproject.org
Mon Jun 25 12:06:55 UTC 2012


commit c1e638d3f9a56be266c8c4b1c74404c062e50b52
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 c5d979a..836b478 100644
--- a/samba4.spec
+++ b/samba4.spec
@@ -1,4 +1,4 @@
-%define main_release 58
+%define main_release 59
 
 %define samba_version 4.0.0
 %define talloc_version 2.0.7
@@ -367,19 +367,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}
@@ -1272,6 +1272,9 @@ rm -rf %{buildroot}
 %endif # with_libwbclient
 
 %changelog
+* Mon Jun 25 2012 Andreas Schneider <asn at redhat.com> - 2:4.0.0-59.beta2
+- 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-58.beta2
 - Add missing BuildRequires for python bindings.
 


More information about the scm-commits mailing list