diff options
author | Darren Tucker <dtucker@zip.com.au> | 2009-12-07 01:32:36 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2009-12-07 01:32:36 +0100 |
commit | d35e0ef61658aa3116eebb1606fcfe6f849fdcca (patch) | |
tree | 3f36dac46966012881c92e739fbdb425e9ac9a8b /contrib/redhat/openssh.spec | |
parent | - (dtucker) Bug #1160: use pkg-config for opensc config if it's available. (diff) | |
download | openssh-d35e0ef61658aa3116eebb1606fcfe6f849fdcca.tar.xz openssh-d35e0ef61658aa3116eebb1606fcfe6f849fdcca.zip |
- (dtucker) Bug #1677: add conditionals around the source for ssh-askpass.
Diffstat (limited to '')
-rw-r--r-- | contrib/redhat/openssh.spec | 2 |
1 files changed, 2 insertions, 0 deletions
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} %endif URL: http://www.openssh.com/portable.html 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 +%endif License: BSD Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot |