diff --git a/httpcomponents-core.spec b/httpcomponents-core.spec index 0f5bb0b6772ad744141bbbc5bcf2cdbadeac0970..c6f5d2d99da72b7bdda46113e748b6abe4c58e85 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