rpms/nagios/EL-5 nagios.spec,1.31,1.32 sources,1.13,1.14

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Wed Mar 19 00:53:56 UTC 2008


Author: mmcgrath

Update of /cvs/extras/rpms/nagios/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11726/EL-5

Modified Files:
	nagios.spec sources 
Log Message:
adding spots fix to previous releases


Index: nagios.spec
===================================================================
RCS file: /cvs/extras/rpms/nagios/EL-5/nagios.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- nagios.spec	29 Nov 2007 17:48:25 -0000	1.31
+++ nagios.spec	19 Mar 2008 00:53:14 -0000	1.32
@@ -1,8 +1,8 @@
 
 Name: nagios
 
-Version: 2.10
-Release: 5%{?dist}
+Version: 2.11
+Release: 3%{?dist}
 Summary: Host/service/network monitoring program
 
 Group: Applications/System
@@ -17,13 +17,15 @@
 BuildRequires: gd-devel > 1.8, mailx, libjpeg-devel, libpng-devel
 %if "%{?fedora}" > "7"
 BuildRequires:  perl-devel
+BuildRequires:  perl(ExtUtils::Embed)
 %endif
 
 Requires: httpd
-Requires(pre): %{_sbindir}/useradd
-Requires(preun): /sbin/service, /sbin/chkconfig
-Requires(post): /sbin/chkconfig, /sbin/service, %{_sbindir}/usermod
-Requires(postun): /sbin/service
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires(pre): shadow-utils
+Requires(preun): initscripts, chkconfig
+Requires(post): initscripts, chkconfig, shadow-utils
+Requires(postun): initscripts
 
 %description
 Nagios is a program that will monitor hosts and services on your
@@ -167,6 +169,17 @@
 %{_includedir}/%{name}
 
 %changelog
+* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.11-3
+- add Requires for versioned perl (libperl.so)
+- get rid of pointless file Requires
+
+* Mon Mar 17 2008 Mike McGrath <mmcgrath at redhat.com> 2.11-2
+- Upstream released new version
+- Added perl-ExtUtils-Embed
+
+* Tue Feb 12 2008 Mike McGrath <mmcgrath at redhat.com> 2.10-6
+- Rebuild for gcc43
+
 * Thu Nov 29 2007 Mike McGrath <mmcgrath at redhat.com> 2.10-5
 - Upstream released 2.10
 - Renamed cfg-sample configs to just .cfg


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nagios/EL-5/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	29 Nov 2007 16:59:02 -0000	1.13
+++ sources	19 Mar 2008 00:53:14 -0000	1.14
@@ -1 +1 @@
-8c3a29e138f2ff8c8abbd3dd8a40c4b6  nagios-2.10.tar.gz
+058c1f4829de748b42da1b584cccc941  nagios-2.11.tar.gz




More information about the fedora-extras-commits mailing list