diff --git a/xbean.spec b/xbean.spec index 1e4afb4..e9d55f1 100644 --- a/xbean.spec +++ b/xbean.spec @@ -2,7 +2,7 @@ Name: xbean Version: 3.8 BuildArch: noarch -Release: 3%{?dist} +Release: 4%{?dist} Summary: Java plugin based web server Group: Development/Libraries @@ -26,7 +26,7 @@ BuildRequires: objectweb-asm BuildRequires: ant BuildRequires: qdox BuildRequires: slf4j -BuildRequires: felix-osgi-core >= 1.4.0 +BuildRequires: felix-framework BuildRequires: maven BuildRequires: maven-plugin-bundle BuildRequires: maven-antrun-plugin @@ -133,6 +133,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : %{_javadocdir}/%{name} %changelog +* Tue Apr 24 2012 Alexander Kurtakov 3.8-4 +- BR felix-framework instead of felix-osgi-core. + * Tue Apr 24 2012 Alexander Kurtakov 3.8-3 - Do not build equinox specific parts for RHEL.