SPECS: apache-tomcat.spec - remove container/webapps/admin/images/Thumbs.db...

glen glen at pld-linux.org
Sun Apr 12 13:58:19 CEST 2009


Author: glen                         Date: Sun Apr 12 11:58:19 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- remove container/webapps/admin/images/Thumbs.db, causes magic db to abort

---- Files affected:
SPECS:
   apache-tomcat.spec (1.102 -> 1.103) 

---- Diffs:

================================================================
Index: SPECS/apache-tomcat.spec
diff -u SPECS/apache-tomcat.spec:1.102 SPECS/apache-tomcat.spec:1.103
--- SPECS/apache-tomcat.spec:1.102	Sun Apr 12 13:52:22 2009
+++ SPECS/apache-tomcat.spec	Sun Apr 12 13:58:13 2009
@@ -192,6 +192,11 @@
 # we don't need dos scripts
 rm -f bin/*.bat
 
+# causes file(1) rpm to abort, and not really neccessary file
+rm container/webapps/admin/images/Thumbs.db
+# file: Thumbs.db: ERROR: Cannot read short stream (Invalid argument)
+# rpm: error: magic_file(ms, "Thumbs.db") failed: mode 37777700644 Cannot read short stream (Invalid argument)
+
 # servletapi built from jakarta-servletapi5.spec
 rm -rf servletapi
 
@@ -278,6 +283,7 @@
 install %{SOURCE14} $CATALINADIR/conf/Catalina/localhost/webdav.xml
 cp -HR bin common server $TOMCATDIR
 
+/home/users/glen/tmp/apache-tomcat-5.5.27-root-glen/usr/share/tomcat/server/webapps/admin/images/Thumbs.db
 cp -a server/webapps $TOMCATDIR/server
 cp -a webapps $TOMCATDIR
 cp -a shared $TOMCATDIR
@@ -444,6 +450,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.103  2009/04/12 11:58:13  glen
+- remove container/webapps/admin/images/Thumbs.db, causes magic db to abort
+
 Revision 1.102  2009/04/12 11:52:22  glen
 - fix one more jakarta in pkg name
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache-tomcat.spec?r1=1.102&r2=1.103&f=u



More information about the pld-cvs-commit mailing list