Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable the same modules for RHEL 7 as for Centos 7. #1293

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 9 additions & 9 deletions pkg/kamailio/obs/kamailio.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down