[jenkins] Remove superfluous JARs from cli jpackage script

Michal Srb msrb at fedoraproject.org
Fri Apr 4 07:22:50 UTC 2014


commit bea0bf8e9791ed06fd1e8120001259055aea5744
Author: Michal Srb <msrb at redhat.com>
Date:   Fri Apr 4 09:13:37 2014 +0200

    Remove superfluous JARs from cli jpackage script

 jenkins.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/jenkins.spec b/jenkins.spec
index 268361d..af8a307 100644
--- a/jenkins.spec
+++ b/jenkins.spec
@@ -5,7 +5,7 @@
 
 Name:           jenkins
 Version:        1.557
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        An extendable open source continuous integration server
 
 # The project's primary license is MIT
@@ -506,7 +506,7 @@ cp %{SOURCE3} LICENSE-BSD.txt
 
 
 # wrapper script for CLI
-%jpackage_script hudson.cli.CLI "" "" trilead-ssh2:commons-codec:jenkins-remoting/remoting:localizer/localizer:jfreechart/jfreechart:groovy18-1.8:jmdns/jmdns:jenkins/cli %{name}-cli true
+%jpackage_script hudson.cli.CLI "" "" trilead-ssh2:commons-codec:jenkins-remoting/remoting:localizer/localizer:jfreechart/jfreechart:jenkins/cli %{name}-cli true
 
 
 %if !%{bootstrap}
@@ -587,6 +587,9 @@ cp -p %{SOURCE5} %{buildroot}/%{homedir}/webapp/META-INF/context.xml
 %doc LICENSE.txt
 
 %changelog
+* Fri Apr 04 2014 Michal Srb <msrb at redhat.com> - 1.557-6
+- Remove superfluous JARs from cli jpackage script
+
 * Fri Apr 04 2014 Michal Srb <msrb at redhat.com> - 1.557-5
 - Use jline1
 


More information about the scm-commits mailing list