Port to apache-commons-parent 65
This commit is contained in:
parent
c7b22d336d
commit
1b27fe9fa8
@ -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 <mizdebsk@redhat.com> - 1.3-30
|
||||
- Port to apache-commons-parent 65
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-29
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user