[gmetric4j] remove Boot-Class-Path

gil gil at fedoraproject.org
Thu Dec 19 15:26:54 UTC 2013


commit 7fd3ed0f199a8abb737c35776ae6dd70be29c00d
Author: gil <puntogil at libero.it>
Date:   Thu Dec 19 16:26:57 2013 +0100

    remove Boot-Class-Path

 gmetric4j.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/gmetric4j.spec b/gmetric4j.spec
index 341322d..904a949 100644
--- a/gmetric4j.spec
+++ b/gmetric4j.spec
@@ -1,6 +1,6 @@
 Name:          gmetric4j
 Version:       1.0.3
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       JVM instrumentation to Ganglia
 License:       BSD
 URL:           https://github.com/ganglia/gmetric4j
@@ -45,6 +45,8 @@ find . -name "*.jar" -type f -delete
 # disable source jar
 %pom_remove_plugin :maven-source-plugin
 
+sed -i '/Class-Path/d' src/main/resources/META-INF/MANIFEST.MF
+
 rm -r src/test/java/info/ganglia/gmetric4j/gmetric/GMetricIT.java
 
 %build
@@ -66,5 +68,8 @@ install -m 644 target/%{name}-%{version}-tests.jar \
 %doc COPYING
 
 %changelog
+* Thu Dec 19 2013 gil cattaneo <puntogil at libero.it> 1.0.3-2
+- remove Boot Class-Path
+
 * Sat Aug 03 2013 gil cattaneo <puntogil at libero.it> 1.0.3-1
 - initial rpm
\ No newline at end of file


More information about the scm-commits mailing list