From 7832275479f495f1cf1d62f7edef5a88d705b809 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 8 Nov 2007 13:33:46 -0500 Subject: Cobbler xmlrpc auth file needs to be readable by cgi. --- cobbler.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cobbler.spec') diff --git a/cobbler.spec b/cobbler.spec index 91e204b..071d57f 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -180,7 +180,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %config(noreplace) /var/lib/cobbler/snippets/partition_select /var/lib/cobbler/elilo-3.6-ia64.efi /var/lib/cobbler/menu.c32 -%defattr(660,root,root) +%defattr(660,apache,apache) %config(noreplace) /etc/cobbler/auth.conf %defattr(664,root,root) -- cgit