From 7559af831cb9ec2ebce2fa28d26ffc73a5105ac3 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Dec 15 2010 09:00:46 +0000 Subject: Remove felix-parent from Requires to prevent pulling maven in --- diff --git a/felix-osgi-core.spec b/felix-osgi-core.spec index e7f0d53..82cf508 100644 --- a/felix-osgi-core.spec +++ b/felix-osgi-core.spec @@ -2,7 +2,7 @@ Name: felix-osgi-core Version: 1.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Felix OSGi R4 Core Bundle Group: Development/Libraries @@ -18,7 +18,6 @@ BuildRequires: ant BuildRequires: jpackage-utils Requires: java >= 1:1.6.0 -Requires: felix-parent Requires(post): jpackage-utils Requires(postun): jpackage-utils @@ -82,6 +81,9 @@ install -d -m 0755 %{buildroot}%{_javadocdir}/%{name} %{_javadocdir}/%{name} %changelog +* Wed Dec 15 2010 Stanislav Ochotnicky - 1.4.0-5 +- Remove felix-parent from Requires to prevent pulling maven in + * Tue Dec 14 2010 Stanislav Ochotnicky - 1.4.0-4 - Add felix-parent to Requires (maven builds require this) - Add license and jpackage-utils Requires to javadoc subpackage