Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 310718 Details for
Bug 452424
Updated nagios.spec for Nagios 3.02
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for nagios.spec
nagios.spec.patch (text/plain), 5.52 KB, created by
romal
on 2008-07-01 20:43:33 UTC
(
hide
)
Description:
patch for nagios.spec
Filename:
MIME Type:
Creator:
romal
Created:
2008-07-01 20:43:33 UTC
Size:
5.52 KB
patch
obsolete
>--- nagios.spec 2008-03-18 19:23:37.000000000 +0100 >+++ nagios3.spec 2008-07-01 22:40:30.000000000 +0200 >@@ -1,17 +1,19 @@ > > Name: nagios > >-Version: 2.11 >+Version: 3.0.3 > Release: 3%{?dist} > Summary: Host/service/network monitoring program > > Group: Applications/System > License: GPLv2+ > URL: http://www.nagios.org/ >-Source0: http://dl.sourceforge.net/nagios/%{name}-%{version}.tar.gz >+Source0: http://downloads.sourceforge.net/nagios/%{name}-%{version}.tar.gz > Source1: nagios.logrotate > Source2: nagios.htaccess >+Source3: nagios.example > Patch0: nagios-initrd.patch >+Patch1: nagios.cfg.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > BuildRequires: gd-devel > 1.8, mailx, libjpeg-devel, libpng-devel >@@ -61,6 +63,7 @@ > %prep > %setup -q > %patch0 -p0 >+%patch1 -p0 > > %build > ./configure \ >@@ -74,14 +77,15 @@ > --with-nagios-grp=nagios \ > --bindir=%{_sbindir} \ > --libexecdir=%{_libdir}/%{name}/plugins \ >+ --libdir=%{_libdir}/%{name} \ > --sysconfdir=%{_sysconfdir}/%{name} \ > --localstatedir=%{_localstatedir}/log/%{name} \ > --with-gd-lib=%{_libdir} \ > --with-gd-inc=%{_includedir} \ > --enable-embedded-perl \ >- --with-perlcache \ >- --with-template-objects \ >- --with-template-extinfo >+ --enable-event-broker \ >+ --enable-nanosleep \ >+ --with-perlcache > make %{?_smp_mflags} all > > %{__sed} -e "s| package Embed::Persistent;|#\!%{_bindir}/perl\npackage Embed::Persistent;|" < p1.pl > p1.pl.fedora >@@ -100,6 +104,9 @@ > %{__install} -d -m 0755 %{buildroot}/%{_prefix}/include/%{name} > %{__install} -d -m 0755 %{buildroot}/%{_sysconfdir}/%{name} > %{__install} -d -m 0755 %{buildroot}/%{_sysconfdir}/%{name}/private >+%{__install} -d -m 0755 %{buildroot}/%{_sysconfdir}/%{name}/objects >+%{__install} -d -m 0755 %{buildroot}/%{_sysconfdir}/%{name}/conf.d >+%{__install} -D -m 0644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/%{name}/conf.d/internet.cfg > %{__install} -D -m 0755 base/nagios %{buildroot}/%{_sbindir}/nagios > %{__install} -D -m 0755 base/nagiostats %{buildroot}/%{_bindir}/nagiostats > %{__install} -d -m 0755 cgi/ %{buildroot}/%{_libdir}/%{name}/cgi-bin/ >@@ -111,6 +118,7 @@ > %{__install} -D -m 0755 daemon-init.fedora %{buildroot}/%{_initrddir}/%{name} > %{__install} -d -m 0755 html/ %{buildroot}/%{_datadir}/%{name}/html > %{__install} -d -m 0755 %{buildroot}/%{_localstatedir}/log/%{name}/archives >+%{__install} -d -m 0755 %{buildroot}/%{_localstatedir}/log/%{name}/spool/checkresults > %{__install} -D -m 0755 p1.pl.fedora %{buildroot}/%{_sbindir}/p1.pl > %{__mkdir} -p %{buildroot}/%{_initrddir} > %{__mkdir} -p %{buildroot}/%{_sysconfdir}/httpd/conf.d/ >@@ -142,12 +150,14 @@ > %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} > %dir %{_datadir}/%{name}/html > %doc %{_datadir}/%{name}/html/docs >-%doc Changelog INSTALLING LICENSE README UPGRADING >+%doc Changelog INSTALLING LICENSE README UPGRADING > %{_datadir}/%{name}/html/[^d]* > %{_sbindir}/* > %{_bindir}/* >@@ -156,19 +166,49 @@ > %config(noreplace) %{_sysconfdir}/httpd/conf.d/nagios.conf > %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} > %config(noreplace) %{_sysconfdir}/%{name}/*cfg >- >+%config(noreplace) %{_sysconfdir}/%{name}/objects/*cfg > %attr(0750,root,nagios) %dir %{_sysconfdir}/%{name}/private >+%attr(0750,root,nagios) %dir %{_sysconfdir}/%{name}/objects > %attr(0640,root,nagios) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg >+%attr(0640,root,nagios) %config(noreplace) %{_sysconfdir}/%{name}/conf.d/internet.cfg > %attr(0755,nagios,nagios) %dir %{_localstatedir}/spool/%{name} > %attr(2775,nagios,nagios) %dir %{_localstatedir}/spool/%{name}/cmd > %attr(0755,nagios,nagios) %dir %{_localstatedir}/log/%{name} > %attr(0755,nagios,nagios) %dir %{_localstatedir}/log/%{name}/archives >+%attr(0755,nagios,nagios) %dir %{_localstatedir}/log/%{name}/spool/ >+%attr(0755,nagios,nagios) %dir %{_localstatedir}/log/%{name}/spool/checkresults > > %files devel > %defattr(-,root,root) > %{_includedir}/%{name} > > %changelog >+* Tue Jul 01 2008 Robert M. Albrecht <romal@gmx.de> 3.0.3-3 >+- Added Apache style conf.d >+- Added a working example config >+- The object folder was created twice >+ >+* Tue Jul 01 2008 Robert M. Albrecht <romal@gmx.de> 3.0.3-2 >+- Fixed folder /var/log/nagios/spool/checkresults >+- silenced rpmlint (tabs, spaces) >+- silenced rpmlint (configure missing libdir) >+ >+* Sun Jun 29 2008 Robert M. Albrecht <romal@gmx.de> 3.0.3-1 >+- Upstream released 3.0.3 >+ >+* Sun Jun 22 2008 Robert M. Albrecht <romal@gmx.de> 3.0.2-1 >+- Upstream released 3.0.2 >+ >+* Mon May 26 2008 Shawn Starr <shawn.starr@rogers.com> 2.12-3 >+- Fix spec seems to break for Fedora 10+ >+ >+* Fri May 23 2008 Shawn Starr <shawn.starr@rogers.com> 2.12-2 >+- Put back fix for Bugzilla #233887 >+ >+* Fri May 23 2008 Shawn Starr <shawn.starr@rogers.com> 2.12-1 >+- Upstream released 2.12 >+- Fixes CVE-2007-5803 XSS issues, Bugzilla #445512 >+ > * Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.11-3 > - add Requires for versioned perl (libperl.so) > - get rid of pointless file Requires >@@ -273,7 +313,7 @@ > * Fri Oct 04 2002 Karl DeBisschop <kdebisschop@users.sourceforge.net> > - merge many improvements from Ramiro Morales <rm-rpms@gmx.net> > (macros for PERF_EXTERNAL and EMBPERL, cleanup pre/post scripts, >- nnmmsg logger macro, include eventhandlers, convertcfg, mini_epn) >+ nnmmsg logger macro, include eventhandlers, convertcfg, mini_epn) > - use LSB-standard /etc/init.d/nagios startup location > > * Tue Aug 13 2002 Karl DeBisschop <kdebisschop@users.sourceforge.net>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 452424
: 310718 |
310719
|
310720