|
|
@ -1,8 +1,8 @@
|
|
|
|
Name: jackson-core
|
|
|
|
Name: jackson-core
|
|
|
|
Version: 2.11.4
|
|
|
|
Version: 2.14.1
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Core part of Jackson
|
|
|
|
Summary: Core part of Jackson
|
|
|
|
License: ASL 2.0
|
|
|
|
License: Apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
URL: https://github.com/FasterXML/jackson-core
|
|
|
|
URL: https://github.com/FasterXML/jackson-core
|
|
|
|
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
|
|
|
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
|
|
@ -35,8 +35,8 @@ as basic shared abstractions.
|
|
|
|
%pom_remove_plugin ":maven-enforcer-plugin"
|
|
|
|
%pom_remove_plugin ":maven-enforcer-plugin"
|
|
|
|
%pom_remove_plugin "org.jacoco:jacoco-maven-plugin"
|
|
|
|
%pom_remove_plugin "org.jacoco:jacoco-maven-plugin"
|
|
|
|
%pom_remove_plugin "org.moditect:moditect-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 .
|
|
|
|
cp -p src/main/resources/META-INF/NOTICE .
|
|
|
|
sed -i 's/\r//' LICENSE NOTICE
|
|
|
|
sed -i 's/\r//' LICENSE NOTICE
|
|
|
|
|
|
|
|
|
|
|
@ -53,6 +53,10 @@ sed -i 's/\r//' LICENSE NOTICE
|
|
|
|
%license LICENSE NOTICE
|
|
|
|
%license LICENSE NOTICE
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Mon Aug 16 2021 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.11.4-6
|
|
|
|
- Disable tests
|
|
|
|
- Disable tests
|
|
|
|
- Drop javadoc subpackage
|
|
|
|
- Drop javadoc subpackage
|
|
|
|