Import from CS git

This commit is contained in:
eabdullin 2025-08-20 09:08:44 +00:00
parent 7b4fc5b387
commit 8b7753596a
3 changed files with 13 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/jackson-bom-2.14.2.tar.gz
SOURCES/jackson-bom-2.19.1.tar.gz

View File

@ -1 +1 @@
3f7a611e9e9f7c35f7b170b9a0a2602f56a0184f SOURCES/jackson-bom-2.14.2.tar.gz
ab39fffa605b76067e385be0b6f69d2624fb799c SOURCES/jackson-bom-2.19.1.tar.gz

View File

@ -1,5 +1,5 @@
Name: jackson-bom
Version: 2.14.2
Version: 2.19.1
Release: 1%{?dist}
Summary: Bill of materials POM for Jackson projects
License: Apache-2.0
@ -11,7 +11,7 @@ Source0: %{url}/archive/%{name}-%{version}.tar.gz
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildRequires: maven-local
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.14
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.19
BuildArch: noarch
%if 0%{?fedora}
@ -26,11 +26,15 @@ A "bill of materials" POM for Jackson dependencies.
# Disable plugins not needed during RPM builds
%pom_remove_plugin ":maven-enforcer-plugin" base
%pom_remove_plugin ":nexus-staging-maven-plugin" base
%pom_remove_plugin "org.sonatype.central:central-publishing-maven-plugin" base
# New EE coords
%pom_change_dep "javax.activation:javax.activation-api" "jakarta.activation:jakarta.activation-api:2" base
# Remove dep on junit-bom
%pom_remove_dep "org.junit:junit-bom" base
%build
%mvn_build -j
@ -42,6 +46,10 @@ A "bill of materials" POM for Jackson dependencies.
%license LICENSE
%changelog
* Thu Jul 31 2025 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.19.1-1
- Rebase to version 2.19.1
- Resolves: RHEL-103106
* Wed Nov 22 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.14.2-1
- Rebase to upstream version 2.14.2