Module: kamailio
Branch: 5.1
Commit: 03d8a05fd66b3d348bda8cf6a03d464a21beaedb
URL:
https://github.com/kamailio/kamailio/commit/03d8a05fd66b3d348bda8cf6a03d464…
Author: Sergey Safarov <s.safarov(a)gmail.com>
Committer: Sergey Safarov <s.safarov(a)gmail.com>
Date: 2017-12-11T15:50:17-05:00
Revert "pkg/obs: enable the same modules for RHEL 7 as for Centos 7"
This reverts commit 612e96d8a2cc2a9ac31a7fb05508084fb82dbcf5.
---
Modified: pkg/kamailio/obs/kamailio.spec
---
Diff:
https://github.com/kamailio/kamailio/commit/03d8a05fd66b3d348bda8cf6a03d464…
Patch:
https://github.com/kamailio/kamailio/commit/03d8a05fd66b3d348bda8cf6a03d464…
---
diff --git a/pkg/kamailio/obs/kamailio.spec b/pkg/kamailio/obs/kamailio.spec
index 43d8cc6bed..e911d16b1c 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_without cnxcc
+%bcond_with cnxcc
%bcond_with dnssec
-%bcond_without geoip
-%bcond_without http_async_client
-%bcond_without jansson
-%bcond_without json
-%bcond_without kazoo
-%bcond_without memcached
+%bcond_with geoip
+%bcond_with http_async_client
+%bcond_with jansson
+%bcond_with json
+%bcond_with kazoo
+%bcond_with memcached
%bcond_without perl
%bcond_without redis
-%bcond_without sctp
-%bcond_without websocket
+%bcond_with sctp
+%bcond_with websocket
%bcond_without xmlrpc
%endif