Fix ldb version dependency to 1.2.2

Guenther
This commit is contained in:
Günther Deschner 2017-09-17 23:08:08 +02:00
parent 4c5232509f
commit acce35c147
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
%define talloc_version 2.1.9
%define tdb_version 1.3.14
%define tevent_version 0.9.33
%define ldb_version 1.2.1
%define ldb_version 1.2.2
# This should be rc1 or nil
%define pre_release rc6
@ -223,7 +223,7 @@ BuildRequires: python3-tevent >= %{libtevent_version}
%endif
%if ! %with_internal_ldb
%global libldb_version 1.2.1
%global libldb_version 1.2.2
BuildRequires: libldb-devel >= %{libldb_version}
BuildRequires: python2-ldb-devel >= %{libldb_version}