[jenkins-junit-plugin] This is a core plugin, move it to the correct location

Michal Srb msrb at fedoraproject.org
Tue Oct 14 07:57:07 UTC 2014


commit ac086b5ac6b6c55afb9060d99209432d6053360b
Author: Michal Srb <msrb at redhat.com>
Date:   Mon Oct 13 10:10:05 2014 +0200

    This is a core plugin, move it to the correct location

 jenkins-junit-plugin.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/jenkins-junit-plugin.spec b/jenkins-junit-plugin.spec
index 22b6778..157db7f 100644
--- a/jenkins-junit-plugin.spec
+++ b/jenkins-junit-plugin.spec
@@ -1,10 +1,10 @@
 %global mod_name junit-plugin
 %global short_name junit
-%global plugin_home %{_datadir}/jenkins/plugins/%{short_name}
+%global plugin_home %{_datadir}/jenkins/webroot/WEB-INF/plugins/%{short_name}.jpi
 
 Name:           jenkins-junit-plugin
 Version:        1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Jenkins JUnit Plugin
 
 # License is specified in pom.xml
@@ -62,5 +62,8 @@ sed -i 's|%{plugin_home}/WEB-INF/lib/%{short_name}.jar||' .mfiles
 %doc LICENSE.txt
 
 %changelog
+* Mon Oct 13 2014 Michal Srb <msrb at redhat.com> - 1.1-2
+- This is a core plugin, move it to the correct location
+
 * Wed Sep 24 2014 Michal Srb <msrb at redhat.com> - 1.1-1
 - Initial packaging


More information about the scm-commits mailing list