From 9215eacf937098cc480aba15920dab0ae4baf743 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Oct 20 2008 08:00:44 +0000 Subject: Add >= for jdom to ensure proper OSGi metadata --- diff --git a/eclipse-mylyn.spec b/eclipse-mylyn.spec index 9ea1730..d085ae2 100644 --- a/eclipse-mylyn.spec +++ b/eclipse-mylyn.spec @@ -7,7 +7,7 @@ Name: eclipse-mylyn Summary: Mylyn is a task-focused UI for Eclipse Version: 3.0.1 -Release: 2%{?dist} +Release: 3%{?dist} License: EPL URL: http://www.eclipse.org/mylyn @@ -44,7 +44,7 @@ BuildRequires: ws-commons-util >= 1.0.1-5 BuildRequires: xmlrpc3-client >= 3.0-1jpp.3 BuildRequires: xmlrpc3-common >= 3.0-1jpp.3 BuildRequires: rome -BuildRequires: jdom +BuildRequires: jdom >= 1.0-5.5 Requires: eclipse-platform >= 1:3.4.0 Requires: eclipse-cvs-client >= 1:3.4.0 Requires: jakarta-commons-codec >= 1.3-9 @@ -296,6 +296,9 @@ rm -rf %{buildroot} # FIXME: add the doc files back %changelog +* Mon Oct 18 2008 Alexander Kurtakov 3.0.1-3 +- Add >= for jdom to ensure proper OSGi metadata + * Mon Aug 11 2008 Andrew Overholt 3.0.1-2 - Add >= for requirements to ensure proper OSGi metadata