summaryrefslogtreecommitdiff
path: root/contrib/redhat
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-06-21 17:11:02 +1000
committerDamien Miller <djm@mindrot.org>2002-06-21 17:11:02 +1000
commit04d062850af6be4d4eecbc4d0f2810ae0b0bfa1e (patch)
tree57fe024d2cf391b77b8a3742071f39cd64dda3ef /contrib/redhat
parent53baddb775fe836d2994d290c18e1d6b87fcfb9f (diff)
unbreak
Diffstat (limited to 'contrib/redhat')
-rw-r--r--contrib/redhat/openssh.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 66225caff..99e765328 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -43,11 +43,6 @@
43%define noip6 1 43%define noip6 1
44%endif 44%endif
45 45
46# Turn off some stuff for resuce builds
47%if %{rescue}
48%define kerberos5 0
49%endif
50
51# Options for static OpenSSL link: 46# Options for static OpenSSL link:
52# rpm -ba|--rebuild --define "static_openssl 1" 47# rpm -ba|--rebuild --define "static_openssl 1"
53%{?static_openssl:%define static_libcrypto 1} 48%{?static_openssl:%define static_libcrypto 1}
@@ -64,6 +59,11 @@
64%define rescue 0 59%define rescue 0
65%{?build_rescue:%define rescue 1} 60%{?build_rescue:%define rescue 1}
66 61
62# Turn off some stuff for resuce builds
63%if %{rescue}
64%define kerberos5 0
65%endif
66
67Summary: The OpenSSH implementation of SSH protocol versions 1 and 2. 67Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
68Name: openssh 68Name: openssh
69Version: %{ver} 69Version: %{ver}