From b99b12167bb4cb9653243e5e63dfa92b3e3c10b1 Mon Sep 17 00:00:00 2001 From: Andrew Overholt Date: Fri, 22 Jan 2010 20:53:45 +0000 Subject: [PATCH] - Fix unversioned Provides for jaxp_parser_impl (make it 1.3). --- xerces-j2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xerces-j2.spec b/xerces-j2.spec index f35c656..e11eebb 100644 --- a/xerces-j2.spec +++ b/xerces-j2.spec @@ -2,7 +2,7 @@ Name: xerces-j2 Version: 2.9.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Java XML parser Group: Development/Libraries License: ASL 2.0 @@ -39,7 +39,7 @@ Requires: jpackage-utils Requires: xml-commons-apis >= 1.3 Requires: xml-commons-resolver >= 1.1 -Provides: jaxp_parser_impl +Provides: jaxp_parser_impl = 1.3 Requires(post): chkconfig jaxp_parser_impl Requires(preun): chkconfig jaxp_parser_impl @@ -277,6 +277,9 @@ update-alternatives --install %{_javadir}/jaxp_parser_impl.jar \ %{_bindir}/* %changelog +* Fri Jan 22 2010 Andrew Overholt - 2.9.0-3 +- Fix unversioned Provides for jaxp_parser_impl (make it 1.3). + * Thu Jan 14 2010 Mat Booth - 2.9.0-2 - 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.