diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | contrib/redhat/openssh.spec | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,7 @@ | |||
1 | 20091207 | 1 | 20091207 |
2 | - (dtucker) Bug #1160: use pkg-config for opensc config if it's available. | 2 | - (dtucker) Bug #1160: use pkg-config for opensc config if it's available. |
3 | Tested by Martin Paljak. | 3 | Tested by Martin Paljak. |
4 | - (dtucker) Bug #1677: add conditionals around the source for ssh-askpass. | ||
4 | 5 | ||
5 | 20091121 | 6 | 20091121 |
6 | - (tim) [opensshd.init.in] If PidFile is set in sshd_config, use it. | 7 | - (tim) [opensshd.init.in] If PidFile is set in sshd_config, use it. |
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 680906cf3..1bdaf2d93 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -74,7 +74,9 @@ Release: %{rel} | |||
74 | %endif | 74 | %endif |
75 | URL: http://www.openssh.com/portable.html | 75 | URL: http://www.openssh.com/portable.html |
76 | Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz | 76 | Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz |
77 | %if ! %{skip_x11_askpass} | ||
77 | Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz | 78 | Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz |
79 | %endif | ||
78 | License: BSD | 80 | License: BSD |
79 | Group: Applications/Internet | 81 | Group: Applications/Internet |
80 | BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot | 82 | BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot |