From 7b5fa67a7dd90b821d5f1e21a5a0c640a3c1c4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Sun, 17 Sep 2017 23:08:08 +0200 Subject: [PATCH] Fix ldb version dependency to 1.2.2 Guenther --- samba.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samba.spec b/samba.spec index 074a890..da22ff1 100644 --- a/samba.spec +++ b/samba.spec @@ -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}