[tomcat6] Fix log4j symlink (Resolves rhbz#654660)

Stanislav Ochotnicky sochotni at fedoraproject.org
Thu Dec 2 16:20:49 UTC 2010


commit 980e758c3200a2317d455a83595646c43de533c7
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Thu Dec 2 15:04:43 2010 +0100

    Fix log4j symlink (Resolves rhbz#654660)

 tomcat6.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tomcat6.spec b/tomcat6.spec
index fa2fbbf..8eb219e 100644
--- a/tomcat6.spec
+++ b/tomcat6.spec
@@ -55,7 +55,7 @@
 Name: tomcat6
 Epoch: 0
 Version: %{major_version}.%{minor_version}.%{micro_version}
-Release: 14%{?dist}
+Release: 15%{?dist}
 Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
 
 Group: Networking/Daemons
@@ -360,7 +360,7 @@ pushd ${RPM_BUILD_ROOT}%{libdir}
     %{__ln_s} ../%{name}-el-%{elspec}-api-%{version}.jar
     %{__cp} -p $(build-classpath commons-collections) .
     %{__cp} -p $(build-classpath log4j) .
-    %{__ln_s} log4j log4j-%{version}.jar
+    %{__ln_s} log4j.jar log4j-%{version}.jar
 #    %{__ln_s} $(build-classpath commons-dbcp) .
 #    %{__ln_s} $(build-classpath commons-pool) .
     %{__ln_s} $(build-classpath ecj) jasper-jdt.jar
@@ -631,6 +631,9 @@ fi
 %{appdir}/sample
 
 %changelog
+* Thu Dec  2 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:6.0.26-15
+- Fix log4j symlink (Resolves rhbz#654660)
+
 * Mon Nov 29 2010 David Knox <dknox at redhat.com> 0:6.0.26-14
 - Resolving rhbz 640686: save appdir, confdir, and libdir during
 - pre and copy them back during posttrans. The directories are


More information about the scm-commits mailing list