Module: kamailio Branch: 5.3 Commit: 27f6bb93db36b62520f0093a4f2ffe477ad7306d URL: https://github.com/kamailio/kamailio/commit/27f6bb93db36b62520f0093a4f2ffe477ad7306d
Author: Sergey Safarov <[email protected]> Committer: Sergey Safarov <[email protected]> Date: 2020-01-08T15:29:03+03:00 pkg/kamailio/obs: enabled build of geoip and phonenum modules for CentOS 8 and RHEL 8 dists (cherry picked from commit c953af29433abef3251e9e4644c0af98b84368cb) --- Modified: pkg/kamailio/obs/kamailio.spec --- Diff: https://github.com/kamailio/kamailio/commit/27f6bb93db36b62520f0093a4f2ffe477ad7306d.diff Patch: https://github.com/kamailio/kamailio/commit/27f6bb93db36b62520f0093a4f2ffe477ad7306d.patch --- diff --git a/pkg/kamailio/obs/kamailio.spec b/pkg/kamailio/obs/kamailio.spec index 459ced6ce9..9aa5c0188b 100644 --- a/pkg/kamailio/obs/kamailio.spec +++ b/pkg/kamailio/obs/kamailio.spec @@ -88,7 +88,7 @@ %bcond_without cnxcc %bcond_with dnssec %bcond_without evapi -%bcond_with geoip +%bcond_without geoip %bcond_without http_async_client %bcond_without ims %bcond_without jansson @@ -98,7 +98,7 @@ %bcond_without memcached %bcond_without mongodb %bcond_without perl -%bcond_with phonenum +%bcond_without phonenum %bcond_without python3 %bcond_without rabbitmq %bcond_without redis @@ -192,7 +192,7 @@ %bcond_without cnxcc %bcond_with dnssec %bcond_without evapi -%bcond_with geoip +%bcond_without geoip %bcond_without http_async_client %bcond_without ims %bcond_without jansson @@ -202,7 +202,7 @@ %bcond_without memcached %bcond_without mongodb %bcond_without perl -%bcond_with phonenum +%bcond_without phonenum %bcond_without python3 %bcond_without rabbitmq %bcond_without redis _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
