From 04d062850af6be4d4eecbc4d0f2810ae0b0bfa1e Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 21 Jun 2002 17:11:02 +1000 Subject: unbreak --- contrib/redhat/openssh.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'contrib/redhat') 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 @@ %define noip6 1 %endif -# Turn off some stuff for resuce builds -%if %{rescue} -%define kerberos5 0 -%endif - # Options for static OpenSSL link: # rpm -ba|--rebuild --define "static_openssl 1" %{?static_openssl:%define static_libcrypto 1} @@ -64,6 +59,11 @@ %define rescue 0 %{?build_rescue:%define rescue 1} +# Turn off some stuff for resuce builds +%if %{rescue} +%define kerberos5 0 +%endif + Summary: The OpenSSH implementation of SSH protocol versions 1 and 2. Name: openssh Version: %{ver} -- cgit v1.2.3