[thermostat] Fix for RHBZ 891840 (NoSuchMethodError on boot).

jerboaa jerboaa at fedoraproject.org
Mon Jan 7 17:41:22 UTC 2013


commit 1ed5a36fa5d42259d8fd3cd3d3e39602312e43e9
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Mon Jan 7 18:30:51 2013 +0100

    Fix for RHBZ 891840 (NoSuchMethodError on boot).

 thermostat.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/thermostat.spec b/thermostat.spec
index e023164..d2570f3 100644
--- a/thermostat.spec
+++ b/thermostat.spec
@@ -4,7 +4,7 @@
 
 Name:       thermostat
 Version:    0.5.0
-Release:    0.24.20121123hg%{hgrev}%{?dist}
+Release:    0.25.20121123hg%{hgrev}%{?dist}
 Summary:    A monitoring and serviceability tool for OpenJDK
 License:    GPLv2+ with exceptions
 URL:        http://icedtea.classpath.org/thermostat/
@@ -41,7 +41,6 @@ BuildRequires: maven-war-plugin
 
 BuildRequires: libgnome-keyring-devel
 BuildRequires: felix-framework
-BuildRequires: felix-osgi-core
 BuildRequires: felix-osgi-compendium
 BuildRequires: fusesource-pom
 BuildRequires: jansi
@@ -69,7 +68,6 @@ Requires: java >= 1:1.7.0
 Requires: jpackage-utils
 
 Requires: felix-framework
-Requires: felix-osgi-core
 Requires: felix-osgi-compendium
 Requires: jansi
 Requires: java-devel >= 1:1.7.0
@@ -200,7 +198,6 @@ cp -a distribution/target %{buildroot}%{_datarootdir}/%{name}
 
 # symlink dependencies into the right directory
 ln -s %{_javadir}/felix/org.apache.felix.framework.jar %{buildroot}%{_datarootdir}/%{name}/libs/org.apache.felix.framework.jar
-ln -s %{_javadir}/felix/org.osgi.core.jar %{buildroot}%{_datarootdir}/%{name}/libs/org.osgi.core.jar
 ln -s %{_javadir}/felix/org.osgi.compendium.jar %{buildroot}%{_datarootdir}/%{name}/libs/org.osgi.compendium.jar
 ln -s %{_javadir}/hawtjni-runtime.jar %{buildroot}%{_datarootdir}/%{name}/libs/hawtjni-runtime.jar
 # the following required symlinks and their name can be looked up in
@@ -297,6 +294,9 @@ cp -a target/site/apidocs %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon Jan 7 2013 Severin Gehwolf <sgehwolf at redhat.com> 0.5.0-0.25.20121123hgd6145521e208
+- Fix for RHBZ 891840 (NoSuchMethodError on boot).
+
 * Thu Dec 20 2012 Severin Gehwolf <sgehwolf at redhat.com> 0.5.0-0.24.20121123hgd6145521e208
 - Fix broken symlinks in %{_jnidir}. See RHBZ#889187.
 


More information about the scm-commits mailing list