Skip to content

Commit

Permalink
Enhance BuildRequires for openssh-x11-askpass.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkadel authored and daztucker committed Feb 9, 2018
1 parent 3104fcb commit bec1478
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion contrib/redhat/openssh.spec
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ BuildRequires: /usr/include/security/pam_appl.h
%endif
%if ! %{no_x11_askpass}
BuildRequires: /usr/include/X11/Xlib.h
# Xt development tools
BuildRequires: libXt-devel
# Provides xmkmf
BuildRequires: imake
# Rely on relatively recent gtk
BuildRequires: gtk2-devel
%endif
%if ! %{no_gnome_askpass}
BuildRequires: pkgconfig
Expand Down Expand Up @@ -402,7 +408,8 @@ fi

%changelog
* Sun Nov 16 2014 Nico Kadel-Garcia <nakdel@gmail.com>
- Always include for x11-ssh-askpass tarball in SRPM
- Always include x11-ssh-askpass tarball in SRPM
- Add BuildRequires for libXT-devel, imake, gtk2-devel for openssh-x11-aspass

* Wed Jul 14 2010 Tim Rice <tim@multitalents.net>
- test for skip_x11_askpass (line 77) should have been for no_x11_askpass
Expand Down

0 comments on commit bec1478

Please sign in to comment.