|
|
@ -1,10 +1,10 @@
|
|
|
|
%bcond_without jp_minimal
|
|
|
|
%bcond_without jp_minimal
|
|
|
|
|
|
|
|
|
|
|
|
Name: jackson-jaxrs-providers
|
|
|
|
Name: jackson-jaxrs-providers
|
|
|
|
Version: 2.11.4
|
|
|
|
Version: 2.14.1
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Jackson JAX-RS providers
|
|
|
|
Summary: Jackson JAX-RS providers
|
|
|
|
License: ASL 2.0
|
|
|
|
License: Apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
URL: https://github.com/FasterXML/jackson-jaxrs-providers
|
|
|
|
URL: https://github.com/FasterXML/jackson-jaxrs-providers
|
|
|
|
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
|
|
|
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
|
|
@ -141,6 +141,7 @@ cp -p xml/src/main/resources/META-INF/NOTICE .
|
|
|
|
sed -i 's/\r//' LICENSE NOTICE
|
|
|
|
sed -i 's/\r//' LICENSE NOTICE
|
|
|
|
|
|
|
|
|
|
|
|
%pom_remove_plugin -r :moditect-maven-plugin
|
|
|
|
%pom_remove_plugin -r :moditect-maven-plugin
|
|
|
|
|
|
|
|
%pom_remove_plugin "de.jjohannes:gradle-module-metadata-maven-plugin"
|
|
|
|
|
|
|
|
|
|
|
|
# Disable jar with no-meta-inf-services classifier, breaks build
|
|
|
|
# Disable jar with no-meta-inf-services classifier, breaks build
|
|
|
|
%pom_remove_plugin :maven-jar-plugin cbor
|
|
|
|
%pom_remove_plugin :maven-jar-plugin cbor
|
|
|
@ -204,6 +205,10 @@ rm json/src/test/java/com/fasterxml/jackson/jaxrs/json/resteasy/RestEasyProvider
|
|
|
|
%license LICENSE NOTICE
|
|
|
|
%license LICENSE NOTICE
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Nov 23 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-7
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.11.4-7
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
Related: rhbz#1991688
|
|
|
|
Related: rhbz#1991688
|
|
|
|