From e6c851f5607baad3a41039db533ce42b70544bf8 Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Wed, 22 Jul 2026 02:37:24 -0400 Subject: [PATCH] import CS git jackson-annotations-2.21-1.el8 --- .gitignore | 2 +- .jackson-annotations.metadata | 2 +- SPECS/jackson-annotations.spec | 13 +++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index f290bdd..7782001 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/jackson-annotations-2.19.1.tar.gz +SOURCES/jackson-annotations-2.21.tar.gz diff --git a/.jackson-annotations.metadata b/.jackson-annotations.metadata index 2205f38..99852fc 100644 --- a/.jackson-annotations.metadata +++ b/.jackson-annotations.metadata @@ -1 +1 @@ -fbfefcf0da5a11c63d380c8a5307a94616e7f2c2 SOURCES/jackson-annotations-2.19.1.tar.gz +dfbb73c14472c8c7528b2038c5945303a98c8e8f SOURCES/jackson-annotations-2.21.tar.gz diff --git a/SPECS/jackson-annotations.spec b/SPECS/jackson-annotations.spec index 2cb8d86..3d836fa 100644 --- a/SPECS/jackson-annotations.spec +++ b/SPECS/jackson-annotations.spec @@ -1,5 +1,5 @@ Name: jackson-annotations -Version: 2.19.1 +Version: 2.21 Release: 1%{?dist} Summary: Core annotations for Jackson data processor License: Apache-2.0 @@ -8,7 +8,7 @@ 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.14 +BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.21 BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildArch: noarch @@ -27,10 +27,7 @@ used by Jackson data-binding package. %pom_remove_plugin "org.sonatype.central:central-publishing-maven-plugin" %pom_remove_plugin "org.gradlex:gradle-module-metadata-maven-plugin" %pom_remove_plugin "org.codehaus.mojo:build-helper-maven-plugin" -%pom_xpath_set "//pom:javac.src.version" "1.8" -%pom_xpath_set "//pom:javac.target.version" "1.8" -%pom_xpath_set "//pom:maven.compiler.source" "1.8" -%pom_xpath_set "//pom:maven.compiler.target" "1.8" +%pom_remove_plugin "org.cyclonedx:cyclonedx-maven-plugin" sed -i 's/\r//' LICENSE @@ -47,6 +44,10 @@ sed -i 's/\r//' LICENSE %license LICENSE %changelog +* Wed Jul 08 2026 Red Hat PKI Team - 2.21-1 +- Rebase to version 2.21 +- Resolves: RHEL-188291 + * Thu Jul 31 2025 Red Hat PKI Team - 2.19.1-1 - Rebase to upstream version 2.19.1 - Resolves: RHEL-103106