import jackson-annotations-2.14.1-1.el9
This commit is contained in:
parent
4ad9c0635b
commit
d0fe865291
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/jackson-annotations-2.11.4.tar.gz
|
||||
SOURCES/jackson-annotations-2.14.1.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
1bc297d8e526d74e2371d6a28207884e283bbfb7 SOURCES/jackson-annotations-2.11.4.tar.gz
|
||||
2eca88ec926c2b1063427fe8052a79a5d67381c5 SOURCES/jackson-annotations-2.14.1.tar.gz
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user