summaryrefslogtreecommitdiff
path: root/contrib/redhat
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-06-26 19:42:52 +1000
committerDamien Miller <djm@mindrot.org>2002-06-26 19:42:52 +1000
commitf49035a0bbd87a89ded6f029f379f7d655135a66 (patch)
treed801094396675d95b0ba8814def35ad9faad9231 /contrib/redhat
parentf6ccc14ad8becc4a2d98547cb8450ff3b1ed414e (diff)
- (djm) Require krb5 devel for RPM build w/ KrbV
Diffstat (limited to 'contrib/redhat')
-rw-r--r--contrib/redhat/openssh.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 83a60b6c7..9db3be407 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -97,6 +97,10 @@ BuildPreReq: XFree86-devel
97%if ! %{no_gnome_askpass} 97%if ! %{no_gnome_askpass}
98BuildPreReq: gnome-libs-devel 98BuildPreReq: gnome-libs-devel
99%endif 99%endif
100%if %{kerberos5}
101BuildPreReq: krb5-devel
102BuildPreReq: krb5-libs
103%endif
100 104
101%package clients 105%package clients
102Summary: OpenSSH clients. 106Summary: OpenSSH clients.