From 9c1438f1d950204e1eee35d4b806aa3ab1a12734fbd4963a38f929d15e70ade7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Wed, 19 Aug 2015 09:02:12 +0000 Subject: [PATCH] Accepting request 324204 from home:msmeissn:branches:Base:System - enable pam support, so screenlocking uses the password of the current user. OBS-URL: https://build.opensuse.org/request/show/324204 OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=61 --- screen.changes | 6 ++++++ screen.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) 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