]> git.pld-linux.org Git - packages/asterisk.git/blobdiff - asterisk.spec
package the acl.conf file
[packages/asterisk.git] / asterisk.spec
index 80849807feebab97175f07baf69a664d9ff58a6b..75e7513c51344e9b5684ee8e61ea3a43bdf1c300 100644 (file)
@@ -784,7 +784,7 @@ find doc/api -name '*.map' -size 0 -delete
 %endif
 
 # remove configuration files for components never built
-rm $RPM_BUILD_ROOT%{_sysconfdir}/asterisk/{acl,app_mysql,app_skel,cdr_mysql,config_test,misdn,test_sorcery}.conf
+rm $RPM_BUILD_ROOT%{_sysconfdir}/asterisk/{app_mysql,app_skel,cdr_mysql,config_test,misdn,test_sorcery}.conf
 
 # remove configuration files for disabled optional components
 %if %{without corosync}
@@ -888,6 +888,7 @@ chown -R asterisk:asterisk /var/lib/asterisk
 %{systemdunitdir}/%{name}.service
 
 %attr(750,root,asterisk) %dir %{_sysconfdir}/asterisk
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/acl.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/adsi.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/agents.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/alarmreceiver.conf
This page took 0.12456 seconds and 4 git commands to generate.