- Fix unversioned Provides for jaxp_parser_impl (make it 1.3).

This commit is contained in:
Andrew Overholt 2010-01-22 20:53:45 +00:00
parent c71a071d0c
commit b99b12167b

View File

@ -2,7 +2,7 @@
Name: xerces-j2 Name: xerces-j2
Version: 2.9.0 Version: 2.9.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: Java XML parser Summary: Java XML parser
Group: Development/Libraries Group: Development/Libraries
License: ASL 2.0 License: ASL 2.0
@ -39,7 +39,7 @@ Requires: jpackage-utils
Requires: xml-commons-apis >= 1.3 Requires: xml-commons-apis >= 1.3
Requires: xml-commons-resolver >= 1.1 Requires: xml-commons-resolver >= 1.1
Provides: jaxp_parser_impl Provides: jaxp_parser_impl = 1.3
Requires(post): chkconfig jaxp_parser_impl Requires(post): chkconfig jaxp_parser_impl
Requires(preun): chkconfig jaxp_parser_impl Requires(preun): chkconfig jaxp_parser_impl
@ -277,6 +277,9 @@ update-alternatives --install %{_javadir}/jaxp_parser_impl.jar \
%{_bindir}/* %{_bindir}/*
%changelog %changelog
* Fri Jan 22 2010 Andrew Overholt <overholt@redhat.com> - 2.9.0-3
- Fix unversioned Provides for jaxp_parser_impl (make it 1.3).
* Thu Jan 14 2010 Mat Booth <fedora@matbooth.co.uk> - 2.9.0-2 * Thu Jan 14 2010 Mat Booth <fedora@matbooth.co.uk> - 2.9.0-2
- Add a build dep on a font package because the JDK is missing a dependency - Add a build dep on a font package because the JDK is missing a dependency
to function correctly in headless mode. See RHBZ #478480 and #521523. to function correctly in headless mode. See RHBZ #478480 and #521523.