specfile another spot v2

This commit is contained in:
Ken Rice 2014-09-29 14:48:59 -05:00
parent 8834bc28fd
commit ae069dcca7
1 changed files with 2 additions and 0 deletions

View File

@ -1705,6 +1705,7 @@ fi
%dir %attr(0750, freeswitch, daemon) %{sysconfdir}/mrcp_profiles %dir %attr(0750, freeswitch, daemon) %{sysconfdir}/mrcp_profiles
%dir %attr(0750, freeswitch, daemon) %{sysconfdir}/sip_profiles %dir %attr(0750, freeswitch, daemon) %{sysconfdir}/sip_profiles
%dir %attr(0750, freeswitch, daemon) %{sysconfdir}/sip_profiles/external %dir %attr(0750, freeswitch, daemon) %{sysconfdir}/sip_profiles/external
%dir %attr(0750, freeswitch, daemon) %{sysconfdir}/sip_profiles/external-ipv6
%dir %attr(0750, freeswitch, daemon) %{sysconfdir}/skinny_profiles %dir %attr(0750, freeswitch, daemon) %{sysconfdir}/skinny_profiles
# #
#################################### Grammar Directory Structure ##################################################### #################################### Grammar Directory Structure #####################################################
@ -1873,6 +1874,7 @@ fi
###################################################################################################################### ######################################################################################################################
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/sip_profiles/*.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/sip_profiles/*.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/sip_profiles/external/*.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/sip_profiles/external/*.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/sip_profiles/external-ipv6/*.xml
###################################################################################################################### ######################################################################################################################
# Other Protocol Profiles (skinny, jingle, mrcp) # Other Protocol Profiles (skinny, jingle, mrcp)
###################################################################################################################### ######################################################################################################################