SPECS: monit-rc-apache1.spec, monit-rc-apache.spec, monit-rc-DAC960.spec, m...
gotar
gotar at pld-linux.org
Sat Dec 27 11:44:36 CET 2008
Author: gotar Date: Sat Dec 27 10:44:36 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added %config and %verify flags
---- Files affected:
SPECS:
monit-rc-apache1.spec (1.1 -> 1.2) , monit-rc-apache.spec (1.5 -> 1.6) , monit-rc-DAC960.spec (1.6 -> 1.7) , monit-rc-mysql.spec (1.4 -> 1.5) , monit-rc-sendmail.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/monit-rc-apache1.spec
diff -u SPECS/monit-rc-apache1.spec:1.1 SPECS/monit-rc-apache1.spec:1.2
--- SPECS/monit-rc-apache1.spec:1.1 Sun Nov 4 18:10:17 2007
+++ SPECS/monit-rc-apache1.spec Sat Dec 27 11:44:30 2008
@@ -46,7 +46,7 @@
%files
%defattr(644,root,root,755)
-%{_sysconfdir}/monit/apache.monitrc
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/monit/*.monitrc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -54,6 +54,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2008/12/27 10:44:30 gotar
+- added %config and %verify flags
+
Revision 1.1 2007/11/04 17:10:17 qboosh
- separated from apache1 to avoid its monit dep
-
================================================================
Index: SPECS/monit-rc-apache.spec
diff -u SPECS/monit-rc-apache.spec:1.5 SPECS/monit-rc-apache.spec:1.6
--- SPECS/monit-rc-apache.spec:1.5 Tue Feb 13 07:46:54 2007
+++ SPECS/monit-rc-apache.spec Sat Dec 27 11:44:30 2008
@@ -46,7 +46,7 @@
%files
%defattr(644,root,root,755)
-%{_sysconfdir}/monit/*.monitrc
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/monit/*.monitrc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -54,6 +54,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2008/12/27 10:44:30 gotar
+- added %config and %verify flags
+
Revision 1.5 2007/02/13 06:46:54 glen
- tabs in preamble
================================================================
Index: SPECS/monit-rc-DAC960.spec
diff -u SPECS/monit-rc-DAC960.spec:1.6 SPECS/monit-rc-DAC960.spec:1.7
--- SPECS/monit-rc-DAC960.spec:1.6 Tue Feb 13 07:46:54 2007
+++ SPECS/monit-rc-DAC960.spec Sat Dec 27 11:44:30 2008
@@ -24,6 +24,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_sysconfdir}/monit
+
install %{SOURCE0} $RPM_BUILD_ROOT%{_sysconfdir}/monit
%clean
@@ -37,7 +38,7 @@
%files
%defattr(644,root,root,755)
-%{_sysconfdir}/monit/*.monitrc
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/monit/*.monitrc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -45,6 +46,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2008/12/27 10:44:30 gotar
+- added %config and %verify flags
+
Revision 1.6 2007/02/13 06:46:54 glen
- tabs in preamble
================================================================
Index: SPECS/monit-rc-mysql.spec
diff -u SPECS/monit-rc-mysql.spec:1.4 SPECS/monit-rc-mysql.spec:1.5
--- SPECS/monit-rc-mysql.spec:1.4 Sat Dec 27 09:11:05 2008
+++ SPECS/monit-rc-mysql.spec Sat Dec 27 11:44:30 2008
@@ -25,6 +25,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_sysconfdir}/monit
+
install %{SOURCE0} $RPM_BUILD_ROOT%{_sysconfdir}/monit
%clean
@@ -38,7 +39,7 @@
%files
%defattr(644,root,root,755)
-%{_sysconfdir}/monit/*.monitrc
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/monit/*.monitrc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -46,6 +47,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2008/12/27 10:44:30 gotar
+- added %config and %verify flags
+
Revision 1.4 2008/12/27 08:11:05 qboosh
- added missing prep
================================================================
Index: SPECS/monit-rc-sendmail.spec
diff -u SPECS/monit-rc-sendmail.spec:1.2 SPECS/monit-rc-sendmail.spec:1.3
--- SPECS/monit-rc-sendmail.spec:1.2 Sat Dec 27 09:11:05 2008
+++ SPECS/monit-rc-sendmail.spec Sat Dec 27 11:44:30 2008
@@ -25,6 +25,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_sysconfdir}/monit
+
install %{SOURCE0} $RPM_BUILD_ROOT%{_sysconfdir}/monit
%clean
@@ -38,7 +39,7 @@
%files
%defattr(644,root,root,755)
-%{_sysconfdir}/monit/*.monitrc
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/monit/*.monitrc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -46,6 +47,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2008/12/27 10:44:30 gotar
+- added %config and %verify flags
+
Revision 1.2 2008/12/27 08:11:05 qboosh
- added missing prep
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/monit-rc-apache1.spec?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/monit-rc-apache.spec?r1=1.5&r2=1.6&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/monit-rc-DAC960.spec?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/monit-rc-mysql.spec?r1=1.4&r2=1.5&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/monit-rc-sendmail.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list