From ccd6fe581fbe7f8324cd79a8da551b8b7694f407 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Tue, 24 Apr 2012 14:58:21 +0300 Subject: [PATCH] BR felix-framework instead of felix-osgi-core. --- xbean.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.