From cf390c3a2810795f8ee9d5d5b96a26fef33f7476 Mon Sep 17 00:00:00 2001 From: Gerard Ryan Date: Mon, 2 Jul 2012 14:37:36 +0100 Subject: [PATCH] Fix Requires for javax.servlet to geronimo-osgi-support --- xalan-j2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xalan-j2.spec b/xalan-j2.spec index 071841f..d0d2db6 100644 --- a/xalan-j2.spec +++ b/xalan-j2.spec @@ -32,7 +32,7 @@ Name: xalan-j2 Version: 2.7.1 -Release: 10%{?dist} +Release: 11%{?dist} Epoch: 0 Summary: Java XSLT processor # samples/servlet/ApplyXSLTException.java is ASL 1.1 @@ -110,7 +110,7 @@ Javadoc for %{name}. Summary: Demo for %{name} Group: Documentation Requires: %{name} = %{epoch}:%{version}-%{release} -Requires: javax.servlet +Requires: geronimo-osgi-support %description demo Demonstrations and samples for %{name}. @@ -241,6 +241,9 @@ update-alternatives --install %{_javadir}/jaxp_transform_impl.jar \ %{_datadir}/%{name} %changelog +* Mon Jul 02 2012 Gerard Ryan - 0:2.7.1-11 +- Fix Requires for javax.servlet to geronimo-osgi-support + * Sun Jun 24 2012 Gerard Ryan - 0:2.7.1-10 - Inject OSGI Manifest for xalan-j2.jar