Accepting request 784373 from home:jmoellers:branches:Linux-PAM
OBS-URL: https://build.opensuse.org/request/show/784373 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=200
This commit is contained in:
parent
cf68a1d155
commit
5d430d6c09
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 12 16:01:46 UTC 2020 - Josef Möllers <josef.moellers@suse.com>
|
||||
|
||||
- Removed pam_userdb from this package and moved to pam-modules.
|
||||
This removed the requirement for libdb.
|
||||
Also made "xz" required for all releases.
|
||||
[bsc#1164562, bsc#1166510, pam.spec]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 10:04:09 CET 2020 - kukuk@suse.de
|
||||
|
||||
|
5
pam.spec
5
pam.spec
@ -57,16 +57,14 @@ BuildRequires: automake
|
||||
BuildRequires: bison
|
||||
BuildRequires: cracklib-devel
|
||||
BuildRequires: flex
|
||||
BuildRequires: libdb-4_8-devel
|
||||
BuildRequires: libtool
|
||||
# All login.defs variables require support from shadow side.
|
||||
# Upgrade this symbol version only if new variables appear!
|
||||
# Verify by shadow-login_defs-check.sh from shadow source package.
|
||||
Recommends: login_defs-support-for-pam >= 1.3.1
|
||||
Requires(post): permissions
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: libdb-4_8-devel
|
||||
BuildRequires: xz
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: pkgconfig(libeconf)
|
||||
BuildRequires: pkgconfig(libnsl)
|
||||
BuildRequires: pkgconfig(libtirpc)
|
||||
@ -312,7 +310,6 @@ done
|
||||
/%{_lib}/security/pam_unix_auth.so
|
||||
/%{_lib}/security/pam_unix_passwd.so
|
||||
/%{_lib}/security/pam_unix_session.so
|
||||
/%{_lib}/security/pam_userdb.so
|
||||
/%{_lib}/security/pam_warn.so
|
||||
/%{_lib}/security/pam_wheel.so
|
||||
/%{_lib}/security/pam_xauth.so
|
||||
|
Loading…
Reference in New Issue
Block a user