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
This commit is contained in:
Michael Schröder 2015-08-19 09:02:12 +00:00 committed by Git OBS Bridge
parent a78ea840fd
commit 9c1438f1d9
2 changed files with 9 additions and 1 deletions

View File

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

View File

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