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
This commit is contained in:
Josef Möllers 2018-08-24 14:33:21 +00:00 committed by Git OBS Bridge
parent 0aad24ee3c
commit a5f3c5b6d5
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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