[samba4] Build with talloc, tdb and tevent system libraries on RHEL6.

asn asn at fedoraproject.org
Wed Jul 25 07:47:07 UTC 2012


commit 0d870052c691cbb8d25cd050934f685d27c8ff27
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Wed Jul 25 09:46:41 2012 +0200

    Build with talloc, tdb and tevent system libraries on RHEL6.

 samba4.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/samba4.spec b/samba4.spec
index aa1697b..930ebd6 100644
--- a/samba4.spec
+++ b/samba4.spec
@@ -1,4 +1,4 @@
-%define main_release 130
+%define main_release 131
 
 %define samba_version 4.0.0
 %define talloc_version 2.0.7
@@ -25,6 +25,12 @@
 %global with_mitkrb5 1
 %global with_dc 0
 
+%if 0%{?rhel} == 6
+%global with_talloc 0
+%global with_tevent 0
+%global with_tdb 0
+%endif
+
 %if 0%{?fedora} > 15 || 0%{?rhel} > 6
 %global with_talloc 0
 %global with_tevent 0
@@ -1292,6 +1298,9 @@ rm -rf %{buildroot}
 %endif # with_libwbclient
 
 %changelog
+* Wed Jul 25 2012 - Andreas Schneider <asn at redhat.com> - 2:4.0.0-131.beta4
+- Build with talloc, tdb and tevent system libraries on RHEL6.
+
 * Fri Jul 20 2012 - Andreas Schneider <asn at redhat.com> - 2:4.0.0-130.beta4
 - Fix installation on systems without systemd.
 - Make sure we have /var/run/winbindd with systemd.


More information about the scm-commits mailing list