diff options
Diffstat (limited to 'contrib/redhat/openssh.spec')
-rw-r--r-- | contrib/redhat/openssh.spec | 10 |
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 | |||
67 | Summary: The OpenSSH implementation of SSH protocol versions 1 and 2. | 67 | Summary: The OpenSSH implementation of SSH protocol versions 1 and 2. |
68 | Name: openssh | 68 | Name: openssh |
69 | Version: %{ver} | 69 | Version: %{ver} |