Fix ldb version dependency to 1.2.2
Guenther
This commit is contained in:
parent
fab93eda52
commit
7b5fa67a7d
@ -12,7 +12,7 @@
|
|||||||
%define talloc_version 2.1.9
|
%define talloc_version 2.1.9
|
||||||
%define tdb_version 1.3.14
|
%define tdb_version 1.3.14
|
||||||
%define tevent_version 0.9.33
|
%define tevent_version 0.9.33
|
||||||
%define ldb_version 1.2.1
|
%define ldb_version 1.2.2
|
||||||
# This should be rc1 or nil
|
# This should be rc1 or nil
|
||||||
%define pre_release rc6
|
%define pre_release rc6
|
||||||
|
|
||||||
@ -223,7 +223,7 @@ BuildRequires: python3-tevent >= %{libtevent_version}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if ! %with_internal_ldb
|
%if ! %with_internal_ldb
|
||||||
%global libldb_version 1.2.1
|
%global libldb_version 1.2.2
|
||||||
|
|
||||||
BuildRequires: libldb-devel >= %{libldb_version}
|
BuildRequires: libldb-devel >= %{libldb_version}
|
||||||
BuildRequires: python2-ldb-devel >= %{libldb_version}
|
BuildRequires: python2-ldb-devel >= %{libldb_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user