[openssh-commits] [openssh] 02/12: Enhance BuildRequires for openssh-x11-askpass.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Feb 10 11:14:18 AEDT 2018
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit bec1478d710866d3c1b119343a35567a8fc71ec3
Author: nkadel <nkadel at gmail.com>
Date: Sun Nov 16 13:10:24 2014 -0500
Enhance BuildRequires for openssh-x11-askpass.
---
contrib/redhat/openssh.spec | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index dc3177cb..652cd913 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -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
@@ -402,7 +408,8 @@ fi
%changelog
* Sun Nov 16 2014 Nico Kadel-Garcia <nakdel at 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 at multitalents.net>
- test for skip_x11_askpass (line 77) should have been for no_x11_askpass
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list