From c0fc02657b73739686924a85fcf576d198857386 Mon Sep 17 00:00:00 2001 From: cypromis Date: Thu, 29 Apr 2010 07:58:12 +0200 Subject: [PATCH] added osp conf file to spec file --- freeswitch.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/freeswitch.spec b/freeswitch.spec index 37b00dc92a..7999542f0c 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -421,6 +421,7 @@ fi %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/easyroute.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/lcr.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/opal.conf.xml +%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/osp.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/unicall.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/memcache.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/nibblebill.conf.xml @@ -616,6 +617,8 @@ fi %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/ru/dir/*.xml %changelog +* Thu Apr 29 2010 - michal.bielicki@seventhsignal.de +- added osp conf file * Fri Apr 23 2010 - michal.bielicki@seventhsignal.de - bumped spec file vrersion up to 1.0.7-trunk for trunk - added skinny dialplan stuff to specfile