From 37552165ca3b0d5fa202640bec808582ff667326 Mon Sep 17 00:00:00 2001 From: yinxx Date: Thu, 24 Nov 2022 09:09:18 +0000 Subject: [PATCH 1/2] add option Signed-off-by: yinxx --- jackson-core.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jackson-core.spec b/jackson-core.spec index d79d84f..92562b8 100644 --- a/jackson-core.spec +++ b/jackson-core.spec @@ -29,7 +29,7 @@ sed -i 's/\r//' LICENSE NOTICE %mvn_file : %{name} %build -%mvn_build +%mvn_build -d -f %install %mvn_install -- Gitee From 336f0d8e4ec2be20eaa5d541d7c24dc90fd65f08 Mon Sep 17 00:00:00 2001 From: yinxx Date: Thu, 24 Nov 2022 12:40:25 +0000 Subject: [PATCH 2/2] add -d -f to inhibit test Signed-off-by: yinxx --- jackson-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jackson-core.spec b/jackson-core.spec index 92562b8..10e9a21 100644 --- a/jackson-core.spec +++ b/jackson-core.spec @@ -1,6 +1,6 @@ Name: jackson-core Version: 2.9.8 -Release: 1 +Release: 2 Summary: Core part of Jackson License: ASL 2.0 URL: https://github.com/FasterXML/jackson-core/ @@ -42,6 +42,9 @@ sed -i 's/\r//' LICENSE NOTICE %license LICENSE NOTICE %changelog +* Thu Nov 24 2022 yinxx - 2.9.8-2 +- add parameter to debug + * Fri Aug 28 2020 huanghaitao - 2.9.8-1 - Upgrade to 2.9.8-1 -- Gitee