From 1b27fe9fa856004acf58758a34b9f200aa23d0e1 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 31 Jan 2024 18:58:27 +0100 Subject: [PATCH] Port to apache-commons-parent 65 --- apache-commons-exec.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apache-commons-exec.spec b/apache-commons-exec.spec index a7bdac5..6d730b0 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -3,7 +3,7 @@ Name: apache-commons-exec Version: 1.3 -Release: 29%{?dist} +Release: 30%{?dist} Summary: Java library to reliably execute external processes from within the JVM License: Apache-2.0 URL: http://commons.apache.org/exec/ @@ -55,6 +55,7 @@ chmod a+x src/test/scripts/*.sh # - Skip Exec34Test/Exec41Test/Exec60Test ("socket: Operation not permitted" on Koji) %mvn_build -- \ -Dcommons.osgi.symbolicName=org.apache.commons.exec \ + -Dcommons.packageId=exec \ -Dmaven.compiler.source=1.8 \ -Dmaven.compiler.target=1.8 \ -Dtest=\!org.apache.commons.exec.issues.Exec34Test,\!org.apache.commons.exec.issues.Exec41Test,\!org.apache.commons.exec.issues.Exec57Test,\!org.apache.commons.exec.issues.Exec60Test @@ -73,6 +74,9 @@ chmod a+x src/test/scripts/*.sh %changelog +* Wed Jan 31 2024 Mikolaj Izdebski - 1.3-30 +- Port to apache-commons-parent 65 + * Mon Jan 22 2024 Fedora Release Engineering - 1.3-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild