import jackson-bom-2.10.0-1.module+el8.2.0+5059+3eb3af25
This commit is contained in:
parent
eed736e951
commit
d7f33870d2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/jackson-bom-2.9.9.tar.gz
|
||||
SOURCES/jackson-bom-2.10.0.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
c7083bbe83360196dc9cfc1fc5f016e7af4b9be0 SOURCES/jackson-bom-2.9.9.tar.gz
|
||||
21d7b3edf47a684464890afb3e121316c51ed797 SOURCES/jackson-bom-2.10.0.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user