diff options
author | nkadel <nkadel@gmail.com> | 2014-11-16 13:04:14 -0500 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2018-02-10 09:58:32 +1100 |
commit | 3104fcbdd3c70aefcb0cdc3ee24948907db8dc8f (patch) | |
tree | d8fb24895ca411e939575581a668650740566e93 /contrib | |
parent | c61d0d038d58eebc365f31830be6e04ce373ad1b (diff) |
Always include x11-ssh-askpass SRPM.
Always include x11-ssh-askpass tarball in redhat SRPM, even if unused.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/redhat/openssh.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index a96a36e49..dc3177cb8 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -74,9 +74,7 @@ Release: %{rel} | |||
74 | %endif | 74 | %endif |
75 | URL: https://www.openssh.com/portable.html | 75 | URL: https://www.openssh.com/portable.html |
76 | Source0: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz | 76 | Source0: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz |
77 | %if ! %{no_x11_askpass} | ||
78 | Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz | 77 | Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz |
79 | %endif | ||
80 | License: BSD | 78 | License: BSD |
81 | Group: Applications/Internet | 79 | Group: Applications/Internet |
82 | BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot | 80 | BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot |
@@ -403,6 +401,9 @@ fi | |||
403 | %endif | 401 | %endif |
404 | 402 | ||
405 | %changelog | 403 | %changelog |
404 | * Sun Nov 16 2014 Nico Kadel-Garcia <nakdel@gmail.com> | ||
405 | - Always include for x11-ssh-askpass tarball in SRPM | ||
406 | |||
406 | * Wed Jul 14 2010 Tim Rice <tim@multitalents.net> | 407 | * Wed Jul 14 2010 Tim Rice <tim@multitalents.net> |
407 | - test for skip_x11_askpass (line 77) should have been for no_x11_askpass | 408 | - test for skip_x11_askpass (line 77) should have been for no_x11_askpass |
408 | 409 | ||