From 3f422ceab8eaef024a81ca84502b05b4fa88eae3 Mon Sep 17 00:00:00 2001
From: Tim Wickberg <tim@schedmd.com>
Date: Mon, 27 Nov 2017 13:46:38 -0500
Subject: [PATCH] slurm.spec - remove redundant "%bcond_with openssl" line.

Continue to build with OpenSSL by default, which can be disabled
with --without openssl.

No behavioral change.

Bug 4428.
---
 slurm.spec | 1 -
 1 file changed, 1 deletion(-)

diff --git a/slurm.spec b/slurm.spec
index 31f45fecd58..69267f35139 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -38,7 +38,6 @@ Source:		%{name}-%{version}-%{rel}.tar.bz2
 %bcond_with mysql
 %bcond_with hdf5
 %bcond_with lua
-%bcond_with openssl
 
 # Build with OpenSSL by default on all platforms (disable using --without openssl)
 %bcond_without openssl
-- 
GitLab