import jackson-bom-2.10.0-1.module+el8.2.0+5059+3eb3af25

This commit is contained in:
CentOS Sources 2020-05-07 01:13:06 +00:00 committed by Stepan Oksanichenko
parent eed736e951
commit d7f33870d2
3 changed files with 8 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/jackson-bom-2.9.9.tar.gz
SOURCES/jackson-bom-2.10.0.tar.gz

View File

@ -1 +1 @@
c7083bbe83360196dc9cfc1fc5f016e7af4b9be0 SOURCES/jackson-bom-2.9.9.tar.gz
21d7b3edf47a684464890afb3e121316c51ed797 SOURCES/jackson-bom-2.10.0.tar.gz

View File

@ -1,16 +1,16 @@
Name: jackson-bom
Version: 2.9.9
Version: 2.10.0
Release: 1%{?dist}
Summary: Bill of materials POM for Jackson projects
License: ASL 2.0
URL: https://github.com/FasterXML/jackson-bom
Source0: https://github.com/FasterXML/jackson-bom/archive/%{name}-%{version}.tar.gz
Source0: %{url}/archive/%{name}-%{version}.tar.gz
# Upstream chooses not to include licenses with their pom only projects:
# https://github.com/FasterXML/jackson-parent/issues/1
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildRequires: maven-local
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.7.1
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.10
BuildArch: noarch
@ -40,6 +40,9 @@ sed -i 's/\r//' LICENSE
%license LICENSE
%changelog
* Tue Nov 12 2019 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.10.0-1
- Update to latest upstream release
* Wed Jul 31 2019 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.9.9-1
- Update to latest upstream release