[tomcat6/f14/master] - Resolves rhbz#640686 - Upgrade of tomcat6 wipes out directories WARNING - Back up all files that n

Dave Knox dknox at fedoraproject.org
Thu Oct 14 20:54:58 UTC 2010


commit 54228a04e3614bc94bce3c4a139f17f8680a79cd
Author: david knox <dknox at 78-97-42-72.skybeam.com>
Date:   Thu Oct 14 14:50:45 2010 -0600

    - Resolves rhbz#640686 - Upgrade of tomcat6 wipes out directories
    WARNING - Back up all files that need to be preserved before package update or uninstall - WARNING

 tomcat6.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/tomcat6.spec b/tomcat6.spec
index 8ea8740..0fa30ce 100644
--- a/tomcat6.spec
+++ b/tomcat6.spec
@@ -55,7 +55,7 @@
 Name: tomcat6
 Epoch: 0
 Version: %{major_version}.%{minor_version}.%{micro_version}
-Release: 13%{?dist}
+Release: 14%{?dist}
 Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
 
 Group: Networking/Daemons
@@ -489,9 +489,9 @@ fi
 
 %postun
 %update_maven_depmap
-%{__rm} -rf %{appdir}
-%{__rm} -rf %{confdir}
-%{__rm} -rf %{libdir}
+#%{__rm} -rf %{appdir}
+#%{__rm} -rf %{confdir}
+#%{__rm} -rf %{libdir}
 
 %postun jsp-%{jspspec}-api
 if [ "$1" = "0" ]; then
@@ -606,6 +606,11 @@ fi
 %{appdir}/sample
 
 %changelog
+* Thu Oct 14 2010 David Knox <dknox at redhat.com> 0:6.0.26-14
+- Resolves rhbz#640686 - Upgrade of tomcat6 wipes out directories
+- WARNING - Back up all files that need to be preserved before
+- package update or uninstall - WARNING
+
 * Tue Oct 12 2010 David Knox <dknox at redhat.com> 0:6.0.26-13
 - Resolves numerous rhbz: tomcat user shell, commons-xxxx-tomcat5 
 - libs have been removed and replaced with jakarta-commons-xxxx, 


More information about the scm-commits mailing list