[munin] BZ# 896644 Wrong path to munin jar in jmx plugin

fenris02 fenris02 at fedoraproject.org
Mon Jan 21 19:52:10 UTC 2013


commit 80e26ea662f80f430aa26536d0a5e779b6dcbcdd
Author: D. Johnson <fenris02 at fedoraproject.org>
Date:   Mon Jan 21 12:56:03 2013 -0600

    BZ# 896644 Wrong path to munin jar in jmx plugin

 Makefile.config-dist |    3 ++-
 munin.spec           |    5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.config-dist b/Makefile.config-dist
index 07e2224..baa0663 100644
--- a/Makefile.config-dist
+++ b/Makefile.config-dist
@@ -12,9 +12,10 @@ DOCDIR      =  $(DESTDIR)/usr/share/doc/munin-$(VERSION)
 GROUP       := nobody
 HOSTNAME    =  localhost.localdomain
 HTMLDIR     =  $(DESTDIR)/var/www/html/munin
+JAVALIBDIR  =  $(DESTDIR)/usr/share/java
 LIBDIR      =  $(DESTDIR)/usr/share/munin
 LOGDIR      =  $(DESTDIR)/var/log/munin
-PERLSITELIB := /usr/share/perl5/vendor_perl
+PERLSITELIB := $(DESTDIR)/usr/share/perl5/vendor_perl
 PERL        := /usr/bin/perl
 PLUGSTATE   =  $(DBDIR)/plugin-state
 PREFIX      =  $(DESTDIR)/usr
diff --git a/munin.spec b/munin.spec
index d1fc1a4..4b386c0 100644
--- a/munin.spec
+++ b/munin.spec
@@ -1,6 +1,6 @@
 Name:           munin
 Version:        2.0.10
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Network-wide graphing framework (grapher/gatherer)
 
 Group:          System Environment/Daemons
@@ -662,6 +662,9 @@ exit 0
 
 
 %changelog
+* Mon Jan 21 2013 D. Johnson <fenris02 at fedoraproject.org> - 2.0.10-2
+- BZ# 896644 Wrong path to munin jar in jmx plugin
+
 * Wed Jan 09 2013 D. Johnson <fenris02 at fedoraproject.org> - 2.0.10-1
 - Update to 2.0.10
 - BZ# 891940,892377 Only stop/restart services provided by sub-package, not deps.


More information about the scm-commits mailing list