From 0f79103832861e083fe35141fcaf3d0cdf84c3f677b074da7e6bcb192cc483ed Mon Sep 17 00:00:00 2001 From: Samuel Cabrero Date: Tue, 14 May 2024 07:54:34 +0000 Subject: [PATCH] Accepting request 1173687 from home:gladiac:branches:network - Enable the LMDB backend for KDB OBS-URL: https://build.opensuse.org/request/show/1173687 OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=285 --- krb5.changes | 5 +++++ krb5.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/krb5.changes b/krb5.changes index 229da6b..a0b5051 100644 --- a/krb5.changes +++ b/krb5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 13 14:06:29 UTC 2024 - Andreas Schneider + +- Enable the LMDB backend for KDB + ------------------------------------------------------------------- Thu May 2 11:57:25 UTC 2024 - Thorsten Kukuk diff --git a/krb5.spec b/krb5.spec index be983f8..9fa1974 100644 --- a/krb5.spec +++ b/krb5.spec @@ -55,6 +55,7 @@ BuildRequires: pkgconfig(com_err) BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(libssl) BuildRequires: pkgconfig(libverto) +BuildRequires: pkgconfig(lmdb) BuildRequires: pkgconfig(ncurses) BuildRequires: pkgconfig(ss) BuildRequires: pkgconfig(systemd) @@ -189,7 +190,8 @@ DEFCCNAME=DIR:/run/user/%%{uid}/krb5cc; export DEFCCNAME --with-selinux \ --with-system-et \ --with-system-ss \ - --with-system-verto + --with-system-verto \ + --with-lmdb %make_build @@ -428,6 +430,7 @@ done %{_sbindir}/sserver %{_sbindir}/uuserver %{_libdir}/krb5/plugins/kdb/db2.so +%{_libdir}/krb5/plugins/kdb/klmdb.so %{_mandir}/man5/kdc.conf.5%{?ext_man} %{_mandir}/man5/kadm5.acl.5%{?ext_man} %{_mandir}/man8/kadmind.8%{?ext_man}