]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Always include x11-ssh-askpass SRPM.
authornkadel <nkadel@gmail.com>
Sun, 16 Nov 2014 18:04:14 +0000 (13:04 -0500)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 9 Feb 2018 22:58:32 +0000 (09:58 +1100)
Always include x11-ssh-askpass tarball in redhat SRPM, even if unused.

contrib/redhat/openssh.spec

index a96a36e492d62e024d71580112dc6adfaf65c141..dc3177cb8f3c6b88025511cadc06a2f377c0f299 100644 (file)
@@ -74,9 +74,7 @@ Release: %{rel}
 %endif
 URL: https://www.openssh.com/portable.html
 Source0: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
-%if ! %{no_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
@@ -403,6 +401,9 @@ fi
 %endif
 
 %changelog
+* Sun Nov 16 2014 Nico Kadel-Garcia <nakdel@gmail.com>
+- Always include for x11-ssh-askpass tarball in SRPM
+
 * Wed Jul 14 2010 Tim Rice <tim@multitalents.net>
 - test for skip_x11_askpass (line 77) should have been for no_x11_askpass