From cb42b9881b3d1f90f3cb54765eef65ce9d773f92 Mon Sep 17 00:00:00 2001 From: Oyvind Kolbu Date: Wed, 1 Nov 2017 16:28:22 +0100 Subject: [PATCH] pkg/obs: enable the same modules for RHEL 7 as for Centos 7 - GH #1293 (cherry picked from commit 612e96d8a2cc2a9ac31a7fb05508084fb82dbcf5) --- pkg/kamailio/obs/kamailio.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pkg/kamailio/obs/kamailio.spec b/pkg/kamailio/obs/kamailio.spec index 4cf0d11441f..9f0b2a9f12c 100644 --- a/pkg/kamailio/obs/kamailio.spec +++ b/pkg/kamailio/obs/kamailio.spec @@ -132,18 +132,18 @@ %if 0%{?rhel} == 7 && 0%{?centos_ver} != 7 %define dist_name rhel %define dist_version %{?rhel} -%bcond_with cnxcc +%bcond_without cnxcc %bcond_with dnssec -%bcond_with geoip -%bcond_with http_async_client -%bcond_with jansson -%bcond_with json -%bcond_with kazoo -%bcond_with memcached +%bcond_without geoip +%bcond_without http_async_client +%bcond_without jansson +%bcond_without json +%bcond_without kazoo +%bcond_without memcached %bcond_without perl %bcond_without redis -%bcond_with sctp -%bcond_with websocket +%bcond_without sctp +%bcond_without websocket %bcond_without xmlrpc %endif