From 4d170cbcf0a572f7c0690b70097a4490d633fb69 Mon Sep 17 00:00:00 2001 From: Jiri Date: Sat, 2 Mar 2024 16:51:35 +0100 Subject: [PATCH] Rebuilt for java-21-openjdk as system jdk https://fedoraproject.org/wiki/Changes/Java21 --- apache-commons-exec.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apache-commons-exec.spec b/apache-commons-exec.spec index 6d730b0..d99b980 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -3,7 +3,7 @@ Name: apache-commons-exec Version: 1.3 -Release: 30%{?dist} +Release: 31%{?dist} Summary: Java library to reliably execute external processes from within the JVM License: Apache-2.0 URL: http://commons.apache.org/exec/ @@ -74,6 +74,9 @@ chmod a+x src/test/scripts/*.sh %changelog +* Sat Mar 02 2024 Jiri Vanek - 1.3-31 +- Rebuilt for java-21-openjdk as system jdk + * Wed Jan 31 2024 Mikolaj Izdebski - 1.3-30 - Port to apache-commons-parent 65