From a5f3c5b6d5e71dc744d644dc57f9d513acb21ff06b004d36ba22ed4d6e03636d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20M=C3=B6llers?= Date: Fri, 24 Aug 2018 14:33:21 +0000 Subject: [PATCH] Accepting request 631383 from home:psimons:branches:Linux-PAM Add libdb as build-time dependency to enable pam_userdb module. This module is useful for implementing virtual user support for vsftpd and possibly other daemons, too. [bsc#929711, fate#322538] OBS-URL: https://build.opensuse.org/request/show/631383 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=182 --- pam.changes | 7 +++++++ pam.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/pam.changes b/pam.changes index 08a1b06..2c59cb3 100644 --- a/pam.changes +++ b/pam.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 24 09:35:18 UTC 2018 - psimons@suse.com + +- Add libdb as build-time dependency to enable pam_userdb module. + This module is useful for implementing virtual user support for + vsftpd and possibly other daemons, too. [bsc#929711, fate#322538] + ------------------------------------------------------------------- Fri Jul 13 15:48:58 CEST 2018 - sbrabec@suse.com diff --git a/pam.spec b/pam.spec index 745d11a..eba743f 100644 --- a/pam.spec +++ b/pam.spec @@ -67,6 +67,7 @@ Patch3: encryption_method_nis.diff Patch4: pam-hostnames-in-access_conf.patch Patch5: pam-fix-config-order-in-manpage.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: libdb-4_8-devel # Remove with next version update: BuildRequires: autoconf BuildRequires: automake