packages (DEVEL): tomcat/tomcat.spec - it's ok for webapps config to be mis...
baggins
baggins at pld-linux.org
Tue Dec 7 00:23:18 CET 2010
Author: baggins Date: Mon Dec 6 23:23:18 2010 GMT
Module: packages Tag: DEVEL
---- Log message:
- it's ok for webapps config to be missing, admin may have renamed them
---- Files affected:
packages/tomcat:
tomcat.spec (1.172.2.25 -> 1.172.2.26)
---- Diffs:
================================================================
Index: packages/tomcat/tomcat.spec
diff -u packages/tomcat/tomcat.spec:1.172.2.25 packages/tomcat/tomcat.spec:1.172.2.26
--- packages/tomcat/tomcat.spec:1.172.2.25 Mon Dec 6 18:16:42 2010
+++ packages/tomcat/tomcat.spec Tue Dec 7 00:23:12 2010
@@ -7,7 +7,7 @@
%define servletapiver 3.0
%define subver beta
-%define rel 0.1
+%define rel 0.3
# Java Commons Logging version. Must be >= 1.1.
%define jclver 1.1.1
@@ -479,22 +479,22 @@
%files webapp-docs
%defattr(644,root,root,755)
-%config(noreplace) %attr(664,root,tomcat) %verify(not md5 mtime size) %{_vardir}/conf/Catalina/localhost/docs.xml
+%config(noreplace,missingok) %attr(664,root,tomcat) %verify(not md5 mtime size) %{_vardir}/conf/Catalina/localhost/docs.xml
%{_tomcatdir}/webapps/docs
%files webapp-manager
%defattr(644,root,root,755)
-%config(noreplace) %attr(664,root,tomcat) %verify(not md5 mtime size) %{_vardir}/conf/Catalina/localhost/manager.xml
+%config(noreplace,missingok) %attr(664,root,tomcat) %verify(not md5 mtime size) %{_vardir}/conf/Catalina/localhost/manager.xml
%{_tomcatdir}/webapps/manager
%files webapp-host-manager
%defattr(644,root,root,755)
-%config(noreplace) %attr(664,root,tomcat) %verify(not md5 mtime size) %{_vardir}/conf/Catalina/localhost/host-manager.xml
+%config(noreplace,missingok) %attr(664,root,tomcat) %verify(not md5 mtime size) %{_vardir}/conf/Catalina/localhost/host-manager.xml
%{_tomcatdir}/webapps/host-manager
%files webapp-examples
%defattr(644,root,root,755)
-%config(noreplace) %attr(664,root,tomcat) %verify(not md5 mtime size) %{_vardir}/conf/Catalina/localhost/examples.xml
+%config(noreplace,missingok) %attr(664,root,tomcat) %verify(not md5 mtime size) %{_vardir}/conf/Catalina/localhost/examples.xml
%{_tomcatdir}/webapps/examples
%files webservices
@@ -535,6 +535,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.172.2.26 2010/12/06 23:23:12 baggins
+- it's ok for webapps config to be missing, admin may have renamed them
+
Revision 1.172.2.25 2010/12/06 17:16:42 baggins
- create complete build.properties in prep
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tomcat/tomcat.spec?r1=1.172.2.25&r2=1.172.2.26&f=u
More information about the pld-cvs-commit
mailing list