SPECS: nagios-notify.spec - 0.9.3: include plugin config

glen glen at pld-linux.org
Fri Aug 4 02:07:42 CEST 2006


Author: glen                         Date: Fri Aug  4 00:07:42 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.9.3: include plugin config

---- Files affected:
SPECS:
   nagios-notify.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/nagios-notify.spec
diff -u SPECS/nagios-notify.spec:1.3 SPECS/nagios-notify.spec:1.4
--- SPECS/nagios-notify.spec:1.3	Fri Aug  4 01:47:42 2006
+++ SPECS/nagios-notify.spec	Fri Aug  4 02:07:37 2006
@@ -1,12 +1,12 @@
 # $Revision$, $Date$
 Summary:	Nagios Notify Script
 Name:		nagios-notify
-Version:	0.9.1
-Release:	0.1
+Version:	0.9.3
+Release:	1
 License:	GPL v2
 Group:		Applications
 Source0:	%{name}-%{version}.tar.bz2
-# Source0-md5:	9de77442cc2a101f9a3ac67f48f1c87a
+# Source0-md5:	09f7183373783312c349aa624df27795
 URL:		http://svn.pld-linux.org/cgi-bin/viewsvn/nagios-notify/
 Requires:	awk
 Requires:	nagios-common
@@ -14,7 +14,7 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_sysconfdir	/etc/nagios/templates
+%define		_sysconfdir	/etc/nagios
 
 %description
 nagios-notify is template based notify script for Nagios.
@@ -33,7 +33,8 @@
 %files
 %defattr(644,root,root,755)
 %dir %{_sysconfdir}
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/templates/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/plugins/*
 %attr(755,root,root) %{_sbindir}/nagios-notify
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -42,6 +43,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/08/04 00:07:37  glen
+- 0.9.3: include plugin config
+
 Revision 1.3  2006/08/03 23:47:42  glen
 - 0.9.1: package templates, add deps
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nagios-notify.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list