This commit is contained in:
parent
d91750ab40
commit
01a56a0098
@ -23,7 +23,7 @@ BuildRequires: gtk2-devel krb5-devel opensc-devel openssh openssl-devel pam-dev
|
|||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Group: Productivity/Networking/SSH
|
Group: Productivity/Networking/SSH
|
||||||
Version: 5.1p1
|
Version: 5.1p1
|
||||||
Release: 27
|
Release: 35
|
||||||
Requires: openssh = %{version} openssh-askpass = %{version}
|
Requires: openssh = %{version} openssh-askpass = %{version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: A GNOME-Based Passphrase Dialog for OpenSSH
|
Summary: A GNOME-Based Passphrase Dialog for OpenSSH
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 9 17:55:29 CEST 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
- remove pam_resmgr from sshd.pamd (bnc#422619)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 24 08:26:05 CEST 2008 - coolo@suse.de
|
Sun Aug 24 08:26:05 CEST 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ PreReq: /usr/sbin/groupadd /usr/sbin/useradd %insserv_prereq %fillup_pr
|
|||||||
Conflicts: nonfreessh
|
Conflicts: nonfreessh
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 5.1p1
|
Version: 5.1p1
|
||||||
Release: 24
|
Release: 35
|
||||||
%define xversion 1.2.4.1
|
%define xversion 1.2.4.1
|
||||||
Summary: Secure Shell Client and Server (Remote Login Program)
|
Summary: Secure Shell Client and Server (Remote Login Program)
|
||||||
Url: http://www.openssh.com/
|
Url: http://www.openssh.com/
|
||||||
@ -301,6 +301,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config %_appdefdir/SshAskpass
|
%config %_appdefdir/SshAskpass
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 09 2008 anicka@suse.cz
|
||||||
|
- remove pam_resmgr from sshd.pamd (bnc#422619)
|
||||||
* Sun Aug 24 2008 coolo@suse.de
|
* Sun Aug 24 2008 coolo@suse.de
|
||||||
- fix fillup macro usage
|
- fix fillup macro usage
|
||||||
* Fri Aug 22 2008 prusnak@suse.cz
|
* Fri Aug 22 2008 prusnak@suse.cz
|
||||||
|
@ -5,6 +5,3 @@ account include common-account
|
|||||||
password include common-password
|
password include common-password
|
||||||
session required pam_loginuid.so
|
session required pam_loginuid.so
|
||||||
session include common-session
|
session include common-session
|
||||||
# Enable the following line to get resmgr support for
|
|
||||||
# ssh sessions (see /usr/share/doc/packages/resmgr/README)
|
|
||||||
#session optional pam_resmgr.so fake_ttyname
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user