import jackson-core-2.14.1-2.el9
This commit is contained in:
parent
6f9995b5df
commit
f52bde84bc
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/jackson-core-2.11.4.tar.gz
|
||||
SOURCES/jackson-core-2.14.1.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
adae3f919698cd0fa798f87e09fe5b20aef57794 SOURCES/jackson-core-2.11.4.tar.gz
|
||||
5869d1634403fa4c844eb04899e25e50d5eee294 SOURCES/jackson-core-2.14.1.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
Name: jackson-core
|
||||
Version: 2.11.4
|
||||
Release: 6%{?dist}
|
||||
Version: 2.14.1
|
||||
Release: 2%{?dist}
|
||||
Summary: Core part of Jackson
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
|
||||
URL: https://github.com/FasterXML/jackson-core
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
@ -35,8 +35,8 @@ as basic shared abstractions.
|
||||
%pom_remove_plugin ":maven-enforcer-plugin"
|
||||
%pom_remove_plugin "org.jacoco:jacoco-maven-plugin"
|
||||
%pom_remove_plugin "org.moditect:moditect-maven-plugin"
|
||||
%pom_remove_plugin "de.jjohannes:gradle-module-metadata-maven-plugin"
|
||||
|
||||
cp -p src/main/resources/META-INF/LICENSE .
|
||||
cp -p src/main/resources/META-INF/NOTICE .
|
||||
sed -i 's/\r//' LICENSE NOTICE
|
||||
|
||||
@ -53,6 +53,10 @@ sed -i 's/\r//' LICENSE NOTICE
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Nov 24 2022 Chris Kelley <ckelley@redhat.com> - 2.14.1-1
|
||||
- Update to version 2.14.1
|
||||
- Resolves: #2070122
|
||||
|
||||
* Mon Aug 16 2021 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.11.4-6
|
||||
- Disable tests
|
||||
- Drop javadoc subpackage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user