From 8126971e222f9d6a7f9482aeed09716795408093658200314a16ae8d12fbd355 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 7 Nov 2018 20:47:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlunit?expand=0&rev=31 --- xmlunit.changes | 5 +++++ xmlunit.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/xmlunit.changes b/xmlunit.changes index f1118c6..1dd94c2 100644 --- a/xmlunit.changes +++ b/xmlunit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 7 20:46:02 UTC 2018 - Fridrich Strba + +- Do not depend on a particular xml-commons-apis provider. + ------------------------------------------------------------------- Tue Sep 19 07:20:04 UTC 2017 - fstrba@suse.com diff --git a/xmlunit.spec b/xmlunit.spec index 9f3dd6b..ec28fb6 100644 --- a/xmlunit.spec +++ b/xmlunit.spec @@ -36,11 +36,11 @@ BuildRequires: junit BuildRequires: unzip BuildRequires: xalan-j2 BuildRequires: xerces-j2 -BuildRequires: xml-commons-jaxp-1.3-apis +BuildRequires: xml-commons-apis >= 1.3 Requires: junit Requires: xalan-j2 Requires: xerces-j2 -Requires: xml-commons-jaxp-1.3-apis +Requires: xml-commons-apis >= 1.3 BuildArch: noarch %description