rpms/samba/F-11 samba.spec,1.188,1.189

Guenther Deschner gd at fedoraproject.org
Fri Jul 17 14:30:59 UTC 2009


Author: gd

Update of /cvs/pkgs/rpms/samba/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11483

Modified Files:
	samba.spec 
Log Message:
Specify required talloc and tdb version for BuildRequires.

Guenther



Index: samba.spec
===================================================================
RCS file: /cvs/pkgs/rpms/samba/F-11/samba.spec,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -p -r1.188 -r1.189
--- samba.spec	16 Jul 2009 23:05:18 -0000	1.188
+++ samba.spec	17 Jul 2009 14:30:59 -0000	1.189
@@ -59,10 +59,10 @@ Requires(preun): /sbin/chkconfig, /sbin/
 BuildRequires: pam-devel, readline-devel, ncurses-devel, libacl-devel, krb5-devel, openldap-devel, openssl-devel, cups-devel, ctdb-devel
 BuildRequires: autoconf, gawk, popt-devel, gtk2-devel, libcap-devel
 %if ! %enable_talloc
-BuildRequires: libtalloc-devel
+BuildRequires: libtalloc-devel >= %{talloc_version}
 %endif
 %if ! %enable_tdb
-BuildRequires: libtdb-devel
+BuildRequires: libtdb-devel >= %{tdb_version}
 %endif
 
 # Working around perl dependency problem from docs
@@ -889,6 +889,7 @@ exit 0
 %changelog
 * Fri Jul 17 2009 Guenther Deschner <gdeschner at redhat.com> - 3.4.0-0.40
 - Fix Bug #6551 (vuid and tid not set in sessionsetupX and tconX)
+- Specify required talloc and tdb version for BuildRequires
 
 * Wed Jul 15 2009 Guenther Deschner <gdeschner at redhat.com> - 3.4.0-0.39
 - Update to 3.4.0




More information about the fedora-extras-commits mailing list