forked from pool/screen
Accepting request 324217 from Base:System
- enable pam support, so screenlocking uses the password of the current user. (forwarded request 324204 from msmeissn) OBS-URL: https://build.opensuse.org/request/show/324217 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/screen?expand=0&rev=47
This commit is contained in:
commit
d77c0c505f
@ -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
|
Wed Jul 1 10:13:31 UTC 2015 - trenn@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package screen
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -36,6 +36,7 @@ BuildRequires: utempter
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: pam-devel
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
PreReq: coreutils
|
PreReq: coreutils
|
||||||
Version: 4.3.1
|
Version: 4.3.1
|
||||||
@ -75,6 +76,7 @@ CFLAGS="-DMAXWIN=1000 $RPM_OPT_FLAGS" %configure --prefix=/usr --infodir=%{_info
|
|||||||
--with-pty-group=5 \
|
--with-pty-group=5 \
|
||||||
--enable-use-locale \
|
--enable-use-locale \
|
||||||
--enable-telnet \
|
--enable-telnet \
|
||||||
|
--enable-pam \
|
||||||
--enable-colors256 \
|
--enable-colors256 \
|
||||||
--verbose
|
--verbose
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user