[jenkins] Fix jstl dep

Michal Srb msrb at fedoraproject.org
Thu Mar 12 12:54:43 UTC 2015


commit 5f970314e94a9b15a88c1a1627b839beb3d000c7
Author: Michal Srb <msrb at redhat.com>
Date:   Thu Mar 12 13:54:33 2015 +0100

    Fix jstl dep

 jenkins.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/jenkins.spec b/jenkins.spec
index 1752231..327ccec 100644
--- a/jenkins.spec
+++ b/jenkins.spec
@@ -11,7 +11,7 @@
 
 Name:           jenkins
 Version:        1.598
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        An extendable open source continuous integration server
 
 # The project's primary license is MIT
@@ -575,7 +575,7 @@ pushd %{buildroot}/%{webroot}/WEB-INF/lib
     ln -sf `build-classpath jnr-x86asm` jnr-x86asm.jar
     ln -sf `build-classpath jenkins-json-lib` json-lib.jar
     ln -sf `build-classpath jsr-305` jsr305.jar
-    ln -sf `build-classpath tomcat-taglibs-standard/taglibs-standard-impl` jstl.jar
+    ln -sf `build-classpath tomcat-taglibs-standard/taglibs-standard-spec` jstl.jar
     ln -sf `build-classpath jtidy` jtidy.jar
     ln -sf `build-classpath junit` junit.jar
     ln -sf `build-classpath jzlib` jzlib.jar
@@ -711,6 +711,9 @@ exit 0
 %doc LICENSE.txt
 
 %changelog
+* Thu Mar 12 2015 Michal Srb <msrb at redhat.com> - 1.598-8
+- Fix jstl dep
+
 * Thu Mar 12 2015 Michal Srb <msrb at redhat.com> - 1.598-7
 - Fix init script
 


More information about the scm-commits mailing list