Specify required talloc and tdb version for BuildRequires.

Guenther
This commit is contained in:
Guenther Deschner 2009-07-17 13:32:53 +00:00
parent ebdd95022f
commit bdbc67cb35
1 changed files with 3 additions and 2 deletions

View File

@ -60,10 +60,10 @@ Requires(preun): /sbin/chkconfig, /sbin/service
BuildRequires: pam-devel, readline-devel, ncurses-devel, libacl-devel, krb5-devel, openldap-devel, openssl-devel, cups-devel, ctdb-devel 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, libuuid-devel BuildRequires: autoconf, gawk, popt-devel, gtk2-devel, libcap-devel, libuuid-devel
%if ! %enable_talloc %if ! %enable_talloc
BuildRequires: libtalloc-devel BuildRequires: libtalloc-devel >= %{talloc_version}
%endif %endif
%if ! %enable_tdb %if ! %enable_tdb
BuildRequires: libtdb-devel BuildRequires: libtdb-devel >= %{tdb_version}
%endif %endif
# Working around perl dependency problem from docs # Working around perl dependency problem from docs
@ -890,6 +890,7 @@ exit 0
%changelog %changelog
* Fri Jul 17 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0-0.41 * Fri Jul 17 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0-0.41
- Fix Bug #6551 (vuid and tid not set in sessionsetupX and tconX) - Fix Bug #6551 (vuid and tid not set in sessionsetupX and tconX)
- Specify required talloc and tdb version for BuildRequires
* Fri Jul 03 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0-0.40 * Fri Jul 03 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0-0.40
- Update to 3.4.0 - Update to 3.4.0