[samba4] Make sure zlib-devel is installed in builders

Simo Sorce simo at fedoraproject.org
Thu Aug 4 17:43:30 UTC 2011


commit a63d80eaf3906e1ce2124545401f1c058bb2f5db
Author: Simo Sorce <ssorce at redhat.com>
Date:   Thu Aug 4 13:41:37 2011 -0400

    Make sure zlib-devel is installed in builders

 samba4.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/samba4.spec b/samba4.spec
index 15ad62e..63d2631 100644
--- a/samba4.spec
+++ b/samba4.spec
@@ -86,6 +86,8 @@ BuildRequires: libtevent-devel >= %{tevent_version}
 BuildRequires: libldb-devel >= %{ldb_version}
 BuildRequires: pyldb-devel >= %{ldb_version}
 
+BuildRequires: zlib-devel >= 1.2.3
+
 %description
 
 Samba 4 is the ambitious next version of the Samba suite that is being
@@ -184,7 +186,7 @@ domains and to use Windows user and group accounts on Linux.
         --datadir=%{_datadir}/samba \
 	--disable-gnutls \
 	--disable-rpath-install \
-	--bundled-libraries=heimdal,!talloc,!tdb,!tevent,!ldb
+	--bundled-libraries=heimdal,!talloc,!tdb,!tevent,!ldb,!zlib
 
 # Build PIDL for installation into vendor directories before
 # 'make proto' gets to it.


More information about the scm-commits mailing list