rpms/samba4/devel samba4.spec,1.13,1.14

Simo Sorce simo at fedoraproject.org
Sun May 10 00:13:19 UTC 2009


Author: simo

Update of /cvs/pkgs/rpms/samba4/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6391

Modified Files:
	samba4.spec 
Log Message:
Fix build requires



Index: samba4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/samba4/devel/samba4.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- samba4.spec	9 May 2009 23:23:25 -0000	1.13
+++ samba4.spec	10 May 2009 00:12:46 -0000	1.14
@@ -1,4 +1,4 @@
-%define main_release 15
+%define main_release 15.1
 %define samba4_version 4.0.0
 
 %define talloc_version 1.2.0
@@ -89,6 +89,13 @@ BuildRequires: sed
 BuildRequires: autoconf
 BuildRequires: openldap-devel
 
+%if ! %enable_talloc
+BuildRequires: libtalloc-devel >= %{talloc_version}
+%endif
+%if ! %enable_tdb
+BuildRequires: libtdb-devel >= %{tdb_version}
+%endif
+
 %description
 
 Samba 4 is the ambitious next version of the Samba suite that is being
@@ -832,7 +839,7 @@ exit 0
 %endif
 
 %changelog
-* Sat May 09 2009  Simo Sorce <ssorce at redhat.com> - 4.0.0-15alpha7
+* Sat May 09 2009  Simo Sorce <ssorce at redhat.com> - 4.0.0-15.1alpha7
 - Don't build talloc and tdb, they are now separate packages
 
 * Mon Apr 06 2009 Matthew Barnes <mbarnes at redhat.com> - 4.0.0-14alpha7




More information about the fedora-extras-commits mailing list