diff --git a/cacti.spec b/cacti.spec index 1545bbd..bddb46e 100644 --- a/cacti.spec +++ b/cacti.spec @@ -1,6 +1,6 @@ Name: cacti Version: 0.8.7a -Release: 1%{?dist} +Release: 2%{?dist} Summary: An rrd based graphing tool Group: Applications/System @@ -82,7 +82,7 @@ fi %config(noreplace) %{_sysconfdir}/cron.d/cacti %config(noreplace) %{_sysconfdir}/httpd/conf.d/cacti.conf %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} -%attr(0660,cacti,apache) %config(noreplace) %{_sysconfdir}/%{name}/db.php +%attr(0640,cacti,apache) %config(noreplace) %{_sysconfdir}/%{name}/db.php %{_datadir}/%{name}/*.php %{_datadir}/%{name}/images/ %{_datadir}/%{name}/include/ @@ -100,6 +100,9 @@ fi %attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib %changelog +* Fri Nov 23 2007 Mike McGrath - 0.8.7a-2 +- db.php is now 640 instead of 660 - #396331 + * Tue Nov 20 2007 Mike McGrath - 0.8.7a-1 - Upstream released new version - Fixes for bug #391691 - CVE-2007-6035