forked from pool/openssh
Accepting request 180225 from network
- Recommend xauth, X11-forwarding won't work if it is not installed - sshd.service: Do not order after syslog.target, it is not required or recommended and that target does not even exist anymore. OBS-URL: https://build.opensuse.org/request/show/180225 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=85
This commit is contained in:
commit
01594daa8a
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 09:50:25 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Recommend xauth, X11-forwarding won't work if it is not installed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 14 19:02:32 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- sshd.service: Do not order after syslog.target, it is
|
||||
not required or recommended and that target does not even exist
|
||||
anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 10:16:45 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
@ -33,6 +33,7 @@ BuildRequires: tcpd-devel
|
||||
Requires: /bin/netstat
|
||||
PreReq: pwdutils %{insserv_prereq} %{fillup_prereq} coreutils
|
||||
Conflicts: nonfreessh
|
||||
Recommends: xauth
|
||||
Version: 6.1p1
|
||||
Release: 0
|
||||
%define xversion 1.2.4.1
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=OpenSSH Daemon
|
||||
After=syslog.target network.target
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=/etc/sysconfig/ssh
|
||||
|
Loading…
Reference in New Issue
Block a user