|
|
|
@ -1,14 +1,14 @@
|
|
|
|
|
Name: jackson-annotations
|
|
|
|
|
Version: 2.11.4
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 2.14.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Core annotations for Jackson data processor
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
|
|
|
|
|
URL: https://github.com/FasterXML/jackson-annotations
|
|
|
|
|
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
|
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.11
|
|
|
|
|
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.14
|
|
|
|
|
BuildRequires: mvn(junit:junit)
|
|
|
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
|
|
|
|
|
|
@ -42,6 +42,7 @@ This package contains API documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
%pom_remove_plugin "org.moditect:moditect-maven-plugin"
|
|
|
|
|
%pom_remove_plugin "org.sonatype.plugins:nexus-staging-maven-plugin"
|
|
|
|
|
%pom_remove_plugin "de.jjohannes:gradle-module-metadata-maven-plugin"
|
|
|
|
|
|
|
|
|
|
sed -i 's/\r//' LICENSE
|
|
|
|
|
|
|
|
|
@ -61,6 +62,10 @@ sed -i 's/\r//' LICENSE
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Nov 24 2022 Chris Kelley <ckelley@redhat.com> - 2.14.1-1
|
|
|
|
|
- Update to version 2.14.1
|
|
|
|
|
- Resolves: #2070122
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.11.4-6
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|