This commit is contained in:
parent
ba8d959b3f
commit
d91750ab40
@ -23,7 +23,7 @@ BuildRequires: gtk2-devel krb5-devel opensc-devel openssh openssl-devel pam-dev
|
||||
License: BSD 3-Clause
|
||||
Group: Productivity/Networking/SSH
|
||||
Version: 5.1p1
|
||||
Release: 24
|
||||
Release: 27
|
||||
Requires: openssh = %{version} openssh-askpass = %{version}
|
||||
AutoReqProv: on
|
||||
Summary: A GNOME-Based Passphrase Dialog for OpenSSH
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 24 08:26:05 CEST 2008 - coolo@suse.de
|
||||
|
||||
- fix fillup macro usage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 11:51:12 CEST 2008 - prusnak@suse.cz
|
||||
|
||||
|
@ -38,7 +38,7 @@ PreReq: /usr/sbin/groupadd /usr/sbin/useradd %insserv_prereq %fillup_pr
|
||||
Conflicts: nonfreessh
|
||||
AutoReqProv: on
|
||||
Version: 5.1p1
|
||||
Release: 23
|
||||
Release: 24
|
||||
%define xversion 1.2.4.1
|
||||
Summary: Secure Shell Client and Server (Remote Login Program)
|
||||
Url: http://www.openssh.com/
|
||||
@ -241,7 +241,7 @@ install -m 644 %{S:9} $RPM_BUILD_ROOT/%{_fwdefdir}/sshd
|
||||
/usr/sbin/useradd -r -o -g sshd -u 71 -s /bin/false -c "SSH daemon" -d /var/lib/sshd sshd 2> /dev/null || :
|
||||
|
||||
%post
|
||||
%{fillup_and_insserv -n -s -y ssh sshd START_SSHD}
|
||||
%{fillup_and_insserv -n -y ssh sshd}
|
||||
%run_permissions
|
||||
%verifyscript
|
||||
%verify_permissions -e /etc/ssh/sshd_config -e /etc/ssh/ssh_config -e /usr/bin/ssh
|
||||
@ -301,6 +301,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config %_appdefdir/SshAskpass
|
||||
|
||||
%changelog
|
||||
* Sun Aug 24 2008 coolo@suse.de
|
||||
- fix fillup macro usage
|
||||
* Fri Aug 22 2008 prusnak@suse.cz
|
||||
- enabled SELinux support [Fate#303662]
|
||||
* Tue Jul 22 2008 anicka@suse.cz
|
||||
|
Loading…
Reference in New Issue
Block a user