From 310f18982fc471990c30abe60bee96c39ee92ad0 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Mon, 29 Sep 2014 14:48:59 -0500 Subject: [PATCH] specfile another spot v2 --- freeswitch.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/freeswitch.spec b/freeswitch.spec index bd1f0239cd..37cf8111b9 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -1705,6 +1705,7 @@ fi %dir %attr(0750, freeswitch, daemon) %{sysconfdir}/mrcp_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-ipv6 %dir %attr(0750, freeswitch, daemon) %{sysconfdir}/skinny_profiles # #################################### 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/external/*.xml +%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/sip_profiles/external-ipv6/*.xml ###################################################################################################################### # Other Protocol Profiles (skinny, jingle, mrcp) ######################################################################################################################