[jenkins-icon-shim] Use pkg name as plugin home dir

Michal Srb msrb at fedoraproject.org
Wed Oct 1 14:04:46 UTC 2014


commit 56ca3d8b9448337a5a2c7147e73c29a548c77fd4
Author: Michal Srb <msrb at redhat.com>
Date:   Wed Oct 1 15:44:43 2014 +0200

    Use pkg name as plugin home dir

 jenkins-icon-shim.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/jenkins-icon-shim.spec b/jenkins-icon-shim.spec
index 27cd215..80908f4 100644
--- a/jenkins-icon-shim.spec
+++ b/jenkins-icon-shim.spec
@@ -1,10 +1,10 @@
 %global mod_name icon-shim-plugin
 %global short_name icon-shim
-%global plugin_home %{_datadir}/jenkins/plugins/%{short_name}
+%global plugin_home %{_datadir}/jenkins/plugins/%{name}
 
 Name:           jenkins-icon-shim
 Version:        1.0.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Jenkins Icon Shim Plugin
 
 # specified in POM file
@@ -66,6 +66,9 @@ sed -i 's|%{plugin_home}/WEB-INF/lib/%{short_name}.jar||' .mfiles
 %doc LICENSE
 
 %changelog
+* Wed Oct 01 2014 Michal Srb <msrb at redhat.com> - 1.0.3-3
+- Use pkg name as plugin home dir
+
 * Wed Oct 01 2014 Michal Srb <msrb at redhat.com> - 1.0.3-2
 - Install unpacked (Resolves: rhbz#1147821)
 


More information about the scm-commits mailing list