diff options
author | nkadel <nkadel@gmail.com> | 2014-11-16 13:10:24 -0500 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2018-02-10 09:58:32 +1100 |
commit | bec1478d710866d3c1b119343a35567a8fc71ec3 (patch) | |
tree | 102b5b52ca2490a5b7854c85f8bf4b68ada11c6d /contrib | |
parent | 3104fcbdd3c70aefcb0cdc3ee24948907db8dc8f (diff) |
Enhance BuildRequires for openssh-x11-askpass.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/redhat/openssh.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index dc3177cb8..652cd9139 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -93,6 +93,12 @@ BuildRequires: /usr/include/security/pam_appl.h | |||
93 | %endif | 93 | %endif |
94 | %if ! %{no_x11_askpass} | 94 | %if ! %{no_x11_askpass} |
95 | BuildRequires: /usr/include/X11/Xlib.h | 95 | BuildRequires: /usr/include/X11/Xlib.h |
96 | # Xt development tools | ||
97 | BuildRequires: libXt-devel | ||
98 | # Provides xmkmf | ||
99 | BuildRequires: imake | ||
100 | # Rely on relatively recent gtk | ||
101 | BuildRequires: gtk2-devel | ||
96 | %endif | 102 | %endif |
97 | %if ! %{no_gnome_askpass} | 103 | %if ! %{no_gnome_askpass} |
98 | BuildRequires: pkgconfig | 104 | BuildRequires: pkgconfig |
@@ -402,7 +408,8 @@ fi | |||
402 | 408 | ||
403 | %changelog | 409 | %changelog |
404 | * Sun Nov 16 2014 Nico Kadel-Garcia <nakdel@gmail.com> | 410 | * Sun Nov 16 2014 Nico Kadel-Garcia <nakdel@gmail.com> |
405 | - Always include for x11-ssh-askpass tarball in SRPM | 411 | - Always include x11-ssh-askpass tarball in SRPM |
412 | - Add BuildRequires for libXT-devel, imake, gtk2-devel for openssh-x11-aspass | ||
406 | 413 | ||
407 | * Wed Jul 14 2010 Tim Rice <tim@multitalents.net> | 414 | * Wed Jul 14 2010 Tim Rice <tim@multitalents.net> |
408 | - test for skip_x11_askpass (line 77) should have been for no_x11_askpass | 415 | - test for skip_x11_askpass (line 77) should have been for no_x11_askpass |