BR felix-framework instead of felix-osgi-core.

This commit is contained in:
Alexander Kurtakov 2012-04-24 14:58:21 +03:00
parent 46f8c21b3b
commit ccd6fe581f

View File

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