- (dtucker) Bug #1677: add conditionals around the source for ssh-askpass.
This commit is contained in:
parent
1533311f4c
commit
d35e0ef616
|
@ -1,6 +1,7 @@
|
||||||
20091207
|
20091207
|
||||||
- (dtucker) Bug #1160: use pkg-config for opensc config if it's available.
|
- (dtucker) Bug #1160: use pkg-config for opensc config if it's available.
|
||||||
Tested by Martin Paljak.
|
Tested by Martin Paljak.
|
||||||
|
- (dtucker) Bug #1677: add conditionals around the source for ssh-askpass.
|
||||||
|
|
||||||
20091121
|
20091121
|
||||||
- (tim) [opensshd.init.in] If PidFile is set in sshd_config, use it.
|
- (tim) [opensshd.init.in] If PidFile is set in sshd_config, use it.
|
||||||
|
|
|
@ -74,7 +74,9 @@ Release: %{rel}
|
||||||
%endif
|
%endif
|
||||||
URL: http://www.openssh.com/portable.html
|
URL: http://www.openssh.com/portable.html
|
||||||
Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
|
Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
|
||||||
|
%if ! %{skip_x11_askpass}
|
||||||
Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
|
Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
|
||||||
|
%endif
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
|
|
Loading…
Reference in New Issue