diff --git a/nagios.spec b/nagios.spec index e06eb70..0c96080 100644 --- a/nagios.spec +++ b/nagios.spec @@ -2,7 +2,7 @@ Name: nagios Version: 2.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Host/service/network monitoring program Group: Applications/System @@ -142,6 +142,8 @@ fi %files %defattr(-,root,root,-) %dir %{_sysconfdir}/%{name} +%dir %{_libdir}/%{name} +%dir %{_libdir}/%{name}/plugins %dir %{_libdir}/%{name}/plugins/eventhandlers %dir %{_libdir}/%{name}/cgi-bin %dir %{_datadir}/%{name} @@ -169,6 +171,9 @@ fi %{_includedir}/%{name} %changelog +* Fri May 23 2008 Shawn Starr 2.12-2 +- Put back fix for Bugzilla #233887 + * Fri May 23 2008 Shawn Starr 2.12-1 - Upstream released 2.12 - Fixes CVE-2007-5803 XSS issues, Bugzilla #445512