diff --git a/screen.changes b/screen.changes index 12fa1f4..8bbd953 100644 --- a/screen.changes +++ b/screen.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 19 08:35:03 UTC 2015 - meissner@suse.com + +- enable pam support, so screenlocking uses the password of the + current user. + ------------------------------------------------------------------- Wed Jul 1 10:13:31 UTC 2015 - trenn@suse.de diff --git a/screen.spec b/screen.spec index 0d761af..4e58534 100644 --- a/screen.spec +++ b/screen.spec @@ -1,7 +1,7 @@ # # spec file for package screen # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,6 +36,7 @@ BuildRequires: utempter %endif BuildRequires: autoconf BuildRequires: automake +BuildRequires: pam-devel PreReq: %install_info_prereq PreReq: coreutils Version: 4.3.1 @@ -75,6 +76,7 @@ CFLAGS="-DMAXWIN=1000 $RPM_OPT_FLAGS" %configure --prefix=/usr --infodir=%{_info --with-pty-group=5 \ --enable-use-locale \ --enable-telnet \ + --enable-pam \ --enable-colors256 \ --verbose