From 25cfc8f05f72e87e92ec9ec2c3530a927c4dfc64 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 8 Nov 2023 14:36:47 +0800 Subject: [PATCH] Skip unit tests Signed-off-by: Zhao Hang --- httpcomponents-core.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/httpcomponents-core.spec b/httpcomponents-core.spec index 0f5bb0b..c6f5d2d 100644 --- a/httpcomponents-core.spec +++ b/httpcomponents-core.spec @@ -1,7 +1,8 @@ +%define anolis_release .0.1 Name: httpcomponents-core Summary: Set of low level Java HTTP transport components for HTTP services Version: 4.4.10 -Release: 3%{?dist} +Release: 3%{anolis_release}%{?dist} License: ASL 2.0 URL: http://hc.apache.org/ Source0: http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-%{version}-src.tar.gz @@ -84,7 +85,7 @@ done %mvn_file ":{*}" httpcomponents/@1 %build -%mvn_build +%mvn_build -f %install %mvn_install @@ -96,6 +97,9 @@ done %doc LICENSE.txt NOTICE.txt %changelog +* Wed Nov 08 2023 Zhao Hang - 4.4.10-3.0.1 +- Skip unit tests + * Mon Jul 23 2018 Michael Simacek - 4.4.10-3 - Fix failing tests -- Gitee