Fix Requires for javax.servlet to geronimo-osgi-support
This commit is contained in:
parent
987256c9a6
commit
cf390c3a28
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
Name: xalan-j2
|
Name: xalan-j2
|
||||||
Version: 2.7.1
|
Version: 2.7.1
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Java XSLT processor
|
Summary: Java XSLT processor
|
||||||
# samples/servlet/ApplyXSLTException.java is ASL 1.1
|
# samples/servlet/ApplyXSLTException.java is ASL 1.1
|
||||||
@ -110,7 +110,7 @@ Javadoc for %{name}.
|
|||||||
Summary: Demo for %{name}
|
Summary: Demo for %{name}
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||||
Requires: javax.servlet
|
Requires: geronimo-osgi-support
|
||||||
|
|
||||||
%description demo
|
%description demo
|
||||||
Demonstrations and samples for %{name}.
|
Demonstrations and samples for %{name}.
|
||||||
@ -241,6 +241,9 @@ update-alternatives --install %{_javadir}/jaxp_transform_impl.jar \
|
|||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 02 2012 Gerard Ryan <galileo@fedoraproject.org> - 0:2.7.1-11
|
||||||
|
- Fix Requires for javax.servlet to geronimo-osgi-support
|
||||||
|
|
||||||
* Sun Jun 24 2012 Gerard Ryan <galileo@fedoraproject.org> - 0:2.7.1-10
|
* Sun Jun 24 2012 Gerard Ryan <galileo@fedoraproject.org> - 0:2.7.1-10
|
||||||
- Inject OSGI Manifest for xalan-j2.jar
|
- Inject OSGI Manifest for xalan-j2.jar
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user