diff --git a/xml-commons-apis.changes b/xml-commons-apis.changes index 505dddf..64c5c6f 100644 --- a/xml-commons-apis.changes +++ b/xml-commons-apis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 13 10:47:17 UTC 2018 - Fridrich Strba + +- Obsolete the different other xml-apis providers + ------------------------------------------------------------------- Tue Dec 11 01:18:50 UTC 2018 - Jan Engelhardt diff --git a/xml-commons-apis.spec b/xml-commons-apis.spec index 5d10981..e077e68 100644 --- a/xml-commons-apis.spec +++ b/xml-commons-apis.spec @@ -38,14 +38,18 @@ BuildRequires: java-devel BuildRequires: javapackages-local BuildRequires: xz Requires: apache-parent -Provides: xml-commons = %{version}-%{release} -Provides: xml-commons-jaxp-1.4-apis = %{version}-%{release} -Provides: xml-commons-jaxp-1.3-apis = %{version}-%{release} -Provides: xml-commons-jaxp-1.2-apis = %{version}-%{release} -Provides: xml-commons-jaxp-1.1-apis = %{version}-%{release} -Provides: xerces-j2-xml-apis = %{version}-%{release} -Provides: xml-apis = %{version}-%{release} Conflicts: xml-commons-apis-bootstrap +Provides: xml-commons-jaxp-1.4-apis +Provides: xml-commons-jaxp-1.3-apis +Provides: xml-commons-jaxp-1.2-apis +Provides: xml-commons-jaxp-1.1-apis +Provides: xerces-j2-xml-apis +Provides: xml-apis +Obsoletes: xml-commons-jaxp-1.4-apis +Obsoletes: xml-commons-jaxp-1.3-apis +Obsoletes: xml-commons-jaxp-1.2-apis +Obsoletes: xml-commons-jaxp-1.1-apis +Obsoletes: xerces-j2-xml-apis BuildArch: noarch %description