403b09
From 92c1f960cd31417d898230f9cb538dc2336ba590 Mon Sep 17 00:00:00 2001
403b09
From: Lukas Slebodnik <lslebodn@redhat.com>
403b09
Date: Fri, 5 Aug 2016 08:34:23 +0200
403b09
Subject: [PATCH] ipa-kdb: Fix unit test after packaging changes in krb5
403b09
403b09
Resolves:
403b09
https://fedorahosted.org/freeipa/ticket/6173
403b09
403b09
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
403b09
---
403b09
 freeipa.spec.in | 2 ++
403b09
 1 file changed, 2 insertions(+)
403b09
403b09
diff --git a/freeipa.spec.in b/freeipa.spec.in
403b09
index ff27a32eebcc640cdbc8895f47732f06a90c4a1b..e1d98a44d04804a6bb2d4b17206aa7c280d64eb9 100644
403b09
--- a/freeipa.spec.in
403b09
+++ b/freeipa.spec.in
403b09
@@ -108,6 +108,8 @@ BuildRequires:  python-netifaces >= 0.10.4
403b09
 # Build dependencies for unit tests
403b09
 BuildRequires:  libcmocka-devel
403b09
 BuildRequires:  nss_wrapper
403b09
+# Required by ipa_kdb_tests
403b09
+BuildRequires:  %{_libdir}/krb5/plugins/kdb/db2.so
403b09
 
403b09
 %if 0%{?with_python3}
403b09
 BuildRequires:  python3-devel
403b09
-- 
403b09
2.7.4
403b09