import CS jackson-parent-2.14-1.module_el8+988+30834131
This commit is contained in:
parent
01fed9b478
commit
5cb4266070
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/jackson-parent-2.10.tar.gz
|
SOURCES/jackson-parent-2.14.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
b8a210847e21604cd9193fb2b33da74822ed1f27 SOURCES/jackson-parent-2.10.tar.gz
|
f57009f702b5fd1d3392713e390b42b8eb33a5ef SOURCES/jackson-parent-2.14.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From c3d210fb688b8891b789873708ccdb862735e413 Mon Sep 17 00:00:00 2001
|
From a8d816d5bef36665831245f6fd14f87892cafe07 Mon Sep 17 00:00:00 2001
|
||||||
From: Dinesh Prasanth M K <dmoluguw@redhat.com>
|
From: Dinesh Prasanth M K <dmoluguw@redhat.com>
|
||||||
Date: Wed, 13 Nov 2019 13:32:09 -0500
|
Date: Wed, 13 Nov 2019 13:32:09 -0500
|
||||||
Subject: [PATCH] Sneak in version.junit value to avoid build failures
|
Subject: [PATCH] Sneak in version.junit value to avoid build failures
|
||||||
@ -9,19 +9,18 @@ Signed-off-by: Dinesh Prasanth M K <dmoluguw@redhat.com>
|
|||||||
1 file changed, 3 insertions(+)
|
1 file changed, 3 insertions(+)
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index faf065a..f4a3cee 100644
|
index 23844cc..bf5bb9f 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -63,6 +63,9 @@
|
@@ -55,6 +55,8 @@
|
||||||
<javac.target.version>1.7</javac.target.version>
|
<maven.compiler.target>${javac.target.version}</maven.compiler.target>
|
||||||
<javac.debuglevel>lines,source,vars</javac.debuglevel>
|
|
||||||
|
|
||||||
|
<javac.debuglevel>lines,source,vars</javac.debuglevel>
|
||||||
+ <!-- Versions for other dependencies -->
|
+ <!-- Versions for other dependencies -->
|
||||||
+ <version.junit>4</version.junit>
|
+ <version.junit>4</version.junit>
|
||||||
+
|
|
||||||
<!--
|
<!--
|
||||||
| For automatically generating PackageVersion.java. Your child pom.xml must define
|
| For automatically generating PackageVersion.java. Your child pom.xml must define
|
||||||
| packageVersion.dir and packageVersion.package, and must set the phase of the
|
|
||||||
--
|
--
|
||||||
2.23.0
|
2.41.0
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Name: jackson-parent
|
Name: jackson-parent
|
||||||
Version: 2.10
|
Version: 2.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Parent pom for all Jackson components
|
Summary: Parent pom for all Jackson components
|
||||||
License: ASL 2.0
|
License: Apache-2.0
|
||||||
|
|
||||||
URL: https://github.com/FasterXML/jackson-parent
|
URL: https://github.com/FasterXML/jackson-parent
|
||||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||||
@ -16,13 +16,16 @@ BuildRequires: maven-local
|
|||||||
BuildRequires: mvn(com.fasterxml:oss-parent:pom:)
|
BuildRequires: mvn(com.fasterxml:oss-parent:pom:)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%if 0%{?fedora}
|
||||||
|
ExclusiveArch: %{java_arches} noarch
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Project for parent pom for all Jackson components.
|
Project for parent pom for all Jackson components.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{name}-%{version}
|
%setup -q -n %{name}-%{name}-%{version}
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
|
|
||||||
cp -p %{SOURCE1} LICENSE
|
cp -p %{SOURCE1} LICENSE
|
||||||
sed -i 's/\r//' LICENSE
|
sed -i 's/\r//' LICENSE
|
||||||
@ -38,6 +41,9 @@ sed -i 's/\r//' LICENSE
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 21 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.14-1
|
||||||
|
- Rebase to upstream version 2.14
|
||||||
|
|
||||||
* Tue Nov 12 2019 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.10-1
|
* Tue Nov 12 2019 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.10-1
|
||||||
- Update to latest upstream release
|
- Update to latest upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user