From 945ae5bb6d963dbaad97b1afc0e964fde54636d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Tue, 28 Jun 2022 20:48:23 +0200 Subject: [PATCH] Fix ldb version requirement Guenther --- samba.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index 19becb4..ca1079e 100644 --- a/samba.spec +++ b/samba.spec @@ -135,7 +135,7 @@ %global talloc_version 2.3.3 %global tdb_version 1.4.4 %global tevent_version 0.11.0 -%global ldb_version 2.4.2 +%global ldb_version 2.4.3 # This should be rc1 or nil %global pre_release %nil