]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[Build-System] Add sndfile.conf.xml to CentOS spec file. 284/head
authorAndrey Volk <andywolk@gmail.com>
Fri, 31 Jan 2020 08:31:59 +0000 (12:31 +0400)
committerAndrey Volk <andywolk@gmail.com>
Fri, 31 Jan 2020 08:31:59 +0000 (12:31 +0400)
freeswitch.spec

index bc94233a2427b769ef3a1a6a1741a4f5d7d57d69..4fa22123058c1d1aa0f0bed9a3166c6ad062dab1 100644 (file)
@@ -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