From 967f120791f8f813890b83b2d767f0b3e682edea Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Thu, 18 Oct 2007 10:45:02 -0400 Subject: swap out minion-acl config file for minion-acl.d dir of .acl files --- func.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'func.spec') diff --git a/func.spec b/func.spec index c889fce..a0ed8e6 100644 --- a/func.spec +++ b/func.spec @@ -41,9 +41,9 @@ rm -fr $RPM_BUILD_ROOT /etc/init.d/funcd /etc/init.d/certmaster %dir %{_sysconfdir}/%{name} +%dir %{_sysconfdir}/minion-acl.d/ %dir %{_sysconfdir}/pki/%{name} %config(noreplace) /etc/func/minion.conf -%config(noreplace) /etc/func/minion-acl.conf %config(noreplace) /etc/func/certmaster.conf %config(noreplace) /etc/logrotate.d/func_rotate %dir %{python_sitelib}/func @@ -76,6 +76,10 @@ fi %changelog +* Thu Oct 18 2007 Seth Vidal 0.0.12-1 +- change out minion-acl.conf for minion-acl.d + + * Mon Oct 8 2007 Adrian Likins - 0.0.12-1 - add cmd_modules -- cgit