changeset 127:bb26d5759e96

Bug 2771: Fix spec to copy heapstats-cli.jar correctly. Reviewed-by: yasuenag
author KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
date Tue, 15 Dec 2015 17:43:59 +0900
parents 9ea2c0187067
children f2da2ff49cbc
files ChangeLog specs/heapstats.spec
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Dec 11 12:53:17 2015 +0900
+++ b/ChangeLog	Tue Dec 15 17:43:59 2015 +0900
@@ -1,3 +1,7 @@
+2015-12-14  KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
+
+	* Bug 2771: Fix spec to copy heapstats-cli.jar correctly.
+
 2015-12-11  Yasumasa Suenaga  <yasuenag@gmail.com>
 
 	* Bug 2736: The Excluded classes are listed in "Class Search".
--- a/specs/heapstats.spec	Fri Dec 11 12:53:17 2015 +0900
+++ b/specs/heapstats.spec	Tue Dec 15 17:43:59 2015 +0900
@@ -74,7 +74,7 @@
 mkdir -p $RPM_BUILD_ROOT/usr/share/snmp/mibs/
 cp ./agent/mib/HeapStatsMibs.txt $RPM_BUILD_ROOT/usr/share/snmp/mibs/
 mkdir -p ${RPM_BUILD_ROOT}/%{_libexecdir}/heapstats
-cp -fR ./analyzer/cli/target/heapstats-cli-2.0-bin \
+cp -fR ./analyzer/cli/target/heapstats-cli-2.0-bin/heapstats-cli-2.0 \
                            ${RPM_BUILD_ROOT}%{_libexecdir}/heapstats/cli
 
 %post