From 0f06163690e3e593caad8e35552b58b3fb972d1a Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Fri, 31 Jan 2020 12:31:59 +0400 Subject: [PATCH] [Build-System] Add sndfile.conf.xml to CentOS spec file. --- freeswitch.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/freeswitch.spec b/freeswitch.spec index bc94233a24..4fa2212305 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -2028,6 +2028,7 @@ fi %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/skinny.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/smpp.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/sms_flowroute.conf.xml +%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/sndfile.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/sofia.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/spandsp.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/switch.conf.xml @@ -2629,6 +2630,8 @@ fi # ###################################################################################################################### %changelog +* Fri Jan 31 2020 - Andrey Volk +- Add sndfile.conf.xml * Tue Apr 23 2019 - Andrey Volk - Fix build for Stack 20.x * Tue Dec 11 2018 - Andrey Volk