Module: kamailio Branch: 5.0 Commit: 645ac52544d9dce182afb87ccaa41e1b9ea0701d URL: https://github.com/kamailio/kamailio/commit/645ac52544d9dce182afb87ccaa41e1b...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: GitHub noreply@github.com Date: 2017-11-07T10:49:01+01:00
Merge pull request #1301 from oyvindkolbu/5.0
pkg/obs: enable the same modules for RHEL 7 as for Centos 7
---
Modified: pkg/kamailio/obs/kamailio.spec
---
Diff: https://github.com/kamailio/kamailio/commit/645ac52544d9dce182afb87ccaa41e1b... Patch: https://github.com/kamailio/kamailio/commit/645ac52544d9dce182afb87ccaa41e1b...
---
diff --git a/pkg/kamailio/obs/kamailio.spec b/pkg/kamailio/obs/kamailio.spec index 4cf0d11441..9f0b2a9f12 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