Properly obsolete jackson-module-jaxb-annotations-javadoc package

This commit is contained in:
Mat Booth 2018-01-23 16:14:20 +00:00
parent 9eb94ac8e9
commit be75638668

View File

@ -1,6 +1,6 @@
Name: jackson-modules-base
Version: 2.9.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Jackson modules: Base
License: ASL 2.0
URL: https://github.com/FasterXML/jackson-modules-base
@ -45,7 +45,7 @@ injection to Guice when handling data bindings.
%package -n jackson-module-jaxb-annotations
Summary: Support for using JAXB annotations as an alternative to "native" Jackson annotations
# Obsoletes standalone jackson-module-jaxb-annotations since F28
Obsoletes: jackson-module-jaxb-annotations < %{version}
Obsoletes: jackson-module-jaxb-annotations < %{version}-%{release}
%description -n jackson-module-jaxb-annotations
This Jackson extension module provides support for using JAXB (javax.xml.bind)
@ -79,6 +79,9 @@ Module that uses Paranamer library to auto-detect names of Creator
%package javadoc
Summary: Javadoc for %{name}
# Obsoletes standalone jackson-module-jaxb-annotations since F28
Obsoletes: jackson-module-jaxb-annotations-javadoc < %{version}-%{release}
Provides: jackson-module-jaxb-annotations-javadoc = %{version}-%{release}
%description javadoc
This package contains API documentation for %{name}.
@ -140,6 +143,9 @@ cp -p mrbean/src/main/resources/META-INF/{LICENSE,NOTICE} .
%license LICENSE NOTICE
%changelog
* Tue Jan 23 2018 Mat Booth <mat.booth@redhat.com> - 2.9.3-2
- Properly obsolete jackson-module-jaxb-annotations-javadoc package
* Tue Jan 23 2018 Mat Booth <mat.booth@redhat.com> - 2.9.3-1
- Update to latest upstream release
- Obsoletes standalone jaxb-annotations package now provided by this package