From 69194f57a81172aef2b701cd2aaa03f559b9e4be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Tue, 10 Jan 2023 16:56:22 +0100 Subject: [PATCH] Fix #65 Remove the specific httpd config path and use the default one --- flexisip-account-manager.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/flexisip-account-manager.spec b/flexisip-account-manager.spec index f206d1e..4ad60a9 100644 --- a/flexisip-account-manager.spec +++ b/flexisip-account-manager.spec @@ -21,6 +21,8 @@ %define web_user apache %endif +%define apache_conf_path /etc/httpd/conf.d + Name: bc-flexisip-account-manager Version: MAKE_FILE_VERSION_SEARCH Release: %{build_number}%{?dist} @@ -33,12 +35,6 @@ Source0: flexisip-account-manager.tar.gz Requires: php php-gd php-xmlrpc php-pdo php-redis php-mysqlnd php-mbstring -%if "%{?dist}" == ".el7" -%define apache_conf_path /opt/rh/httpd24/root/etc/httpd/conf.d -%else -%define apache_conf_path /etc/httpd/conf.d -%endif - %description PHP server for Linphone and Flexisip providing module for account creation.