From b3bebedfe7a5029359d3d0c2d90b37b8b2e3f20b Mon Sep 17 00:00:00 2001 From: Eugene Zamriy Date: Fri, 3 May 2024 20:21:00 +0300 Subject: [PATCH] Disables 34, 41 and 60 tests See https://issues.apache.org/jira/browse/EXEC-104 Signed-off-by: Eugene Zamriy --- SPECS/apache-commons-exec.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/apache-commons-exec.spec b/SPECS/apache-commons-exec.spec index 4d2dc1d..4d9632c 100644 --- a/SPECS/apache-commons-exec.spec +++ b/SPECS/apache-commons-exec.spec @@ -3,7 +3,7 @@ Name: apache-commons-exec Version: 1.3 -Release: 8%{?dist} +Release: 8%{?dist}.inferit Summary: Java library to reliably execute external processes from within the JVM License: ASL 2.0 URL: http://commons.apache.org/exec/ @@ -52,7 +52,7 @@ find -name Exec57Test.java -delete %build -%mvn_build +%mvn_build -- -Dtest=\!org.apache.commons.exec.issues.Exec34Test,\!org.apache.commons.exec.issues.Exec41Test,\!org.apache.commons.exec.issues.Exec60Test %install @@ -68,6 +68,9 @@ find -name Exec57Test.java -delete %changelog +* Fri May 03 2024 Eugene Zamriy - 1.3-8.inferit +- Disabled 34, 41 and 60 tests, see https://issues.apache.org/jira/browse/EXEC-104 + * Tue Dec 12 2023 MSVSphere Packaging Team - 1.3-8 - Rebuilt for MSVSphere 8.8