From 10a4f5981f8d5fdb32932459b6275f0532d27cde Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Mon, 10 Apr 2023 00:08:30 +0200 Subject: [PATCH 01/16] Fix RHBZ #2171437 (FTBFS) --- apache-commons-exec.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/apache-commons-exec.spec b/apache-commons-exec.spec index ec1593c..c9e0651 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -3,7 +3,7 @@ Name: apache-commons-exec Version: 1.3 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Java library to reliably execute external processes from within the JVM License: ASL 2.0 URL: http://commons.apache.org/exec/ @@ -46,15 +46,18 @@ done # http://commons.apache.org/exec/faq.html#environment-testing) chmod a+x src/test/scripts/*.sh -# Skip Exec57Test (it is unstable), see rhbz#1202260 -find -name Exec57Test.java -delete %mvn_file :%{short_name} %{short_name} %{name} %build -%mvn_build -- -Dcommons.osgi.symbolicName=org.apache.commons.exec -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 - +# - Skip Exec57Test (it is unstable), see RHBZ #1202260 +# - Skip Exec34Test/Exec41Test/Exec60Test ("socket: Operation not permitted" on Koji) +%mvn_build -- \ + -Dcommons.osgi.symbolicName=org.apache.commons.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 %install %mvn_install @@ -70,6 +73,9 @@ find -name Exec57Test.java -delete %changelog +* Sun Apr 09 2023 Mohamed El Morabity - 1.3-26 +- Fix RHBZ #2171437 (FTBFS) + * Wed Jan 18 2023 Fedora Release Engineering - 1.3-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 2bc94b1f0d3e050fad032f82eee678f4d90434c0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 13:28:32 +0000 Subject: [PATCH 02/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 c9e0651..daed0cf 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -3,7 +3,7 @@ Name: apache-commons-exec Version: 1.3 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Java library to reliably execute external processes from within the JVM License: ASL 2.0 URL: http://commons.apache.org/exec/ @@ -73,6 +73,9 @@ chmod a+x src/test/scripts/*.sh %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 1.3-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sun Apr 09 2023 Mohamed El Morabity - 1.3-26 - Fix RHBZ #2171437 (FTBFS) From c7786e11d45928ca53142feadbfc6bc4511767f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 25 Oct 2023 04:36:37 +0000 Subject: [PATCH 03/16] Migrate to SPDX license This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- apache-commons-exec.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-commons-exec.spec b/apache-commons-exec.spec index daed0cf..10f3f8c 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -5,7 +5,7 @@ Name: apache-commons-exec Version: 1.3 Release: 27%{?dist} Summary: Java library to reliably execute external processes from within the JVM -License: ASL 2.0 +License: Apache-2.0 URL: http://commons.apache.org/exec/ BuildArch: noarch ExclusiveArch: %{java_arches} noarch From b4213c29a4707977b521c881715416d350e2d25f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 13:12:11 +0000 Subject: [PATCH 04/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- 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 10f3f8c..5cfb392 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -3,7 +3,7 @@ Name: apache-commons-exec Version: 1.3 -Release: 27%{?dist} +Release: 28%{?dist} Summary: Java library to reliably execute external processes from within the JVM License: Apache-2.0 URL: http://commons.apache.org/exec/ @@ -73,6 +73,9 @@ chmod a+x src/test/scripts/*.sh %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 1.3-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Jul 19 2023 Fedora Release Engineering - 1.3-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 83fe58f6e0a4422d2f26463c7fa7656510714775 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 23:13:38 +0000 Subject: [PATCH 05/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- 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 5cfb392..a7bdac5 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -3,7 +3,7 @@ Name: apache-commons-exec Version: 1.3 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Java library to reliably execute external processes from within the JVM License: Apache-2.0 URL: http://commons.apache.org/exec/ @@ -73,6 +73,9 @@ chmod a+x src/test/scripts/*.sh %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 1.3-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 1.3-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From be598b6eac5da4018a2a633a6cd06c083b2116d4 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 31 Jan 2024 18:58:27 +0100 Subject: [PATCH 06/16] 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 From eaef360c555a559e0510f00ee16bdff0501725e5 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Tue, 27 Feb 2024 14:43:21 +0100 Subject: [PATCH 07/16] 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..f84fb8c 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 +* Tue Feb 27 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 From 6ad5354d6f7c972a9344a9d24a04092d950cc8a3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 17:10:59 +0000 Subject: [PATCH 08/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- 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 f84fb8c..b5a19f3 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -3,7 +3,7 @@ Name: apache-commons-exec Version: 1.3 -Release: 31%{?dist} +Release: 32%{?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 +* Wed Jul 17 2024 Fedora Release Engineering - 1.3-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Tue Feb 27 2024 Jiri Vanek - 1.3-31 - Rebuilt for java-21-openjdk as system jdk From f47809d0e3de38386dade41b984f1092d4ad3c88 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 11:15:42 +0000 Subject: [PATCH 09/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- 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 b5a19f3..9bf54fb 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -3,7 +3,7 @@ Name: apache-commons-exec Version: 1.3 -Release: 32%{?dist} +Release: 33%{?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 +* Thu Jan 16 2025 Fedora Release Engineering - 1.3-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jul 17 2024 Fedora Release Engineering - 1.3-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 256ecb0ff4b7825af9cbce16b5c605eb515b47f6 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Mon, 27 Jan 2025 00:17:03 +0100 Subject: [PATCH 10/16] Update to 1.4.0 --- .gitignore | 1 + apache-commons-exec.spec | 44 ++++++++++++++++------------------------ sources | 2 +- 3 files changed, 20 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index bfb0f37..89cc827 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ commons-exec-1.0.1-src.tar.gz /commons-exec-1.1-src.tar.gz /commons-exec-1.2-src.tar.gz /commons-exec-1.3-src.tar.gz +/commons-exec-1.4.0-src.tar.gz diff --git a/apache-commons-exec.spec b/apache-commons-exec.spec index 9bf54fb..84f7f1c 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -2,22 +2,21 @@ %global short_name commons-%{base_name} Name: apache-commons-exec -Version: 1.3 -Release: 33%{?dist} +Version: 1.4.0 +Release: 1%{?dist} Summary: Java library to reliably execute external processes from within the JVM License: Apache-2.0 -URL: http://commons.apache.org/exec/ +URL: https://commons.apache.org/proper/%{short_name} BuildArch: noarch ExclusiveArch: %{java_arches} noarch -Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz +Source0: https://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz BuildRequires: maven-local -BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.commons:commons-parent:pom:) -BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) +BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api) -# Tests execute /usr/bin/ping +# Tests require /usr/bin/ping BuildRequires: iputils %description @@ -33,32 +32,22 @@ This package contains the API documentation for %{name}. %prep -%setup -q -n %{short_name}-%{version}-src +%autosetup -n %{short_name}-%{version}-src -# Fix wrong end-of-line encoding -for file in LICENSE.txt NOTICE.txt RELEASE-NOTES.txt STATUS; do - sed -i.orig "s/\r//" $file && \ - touch -r $file.orig $file && \ - rm $file.orig -done - -# Shell scripts used for unit tests must be executable (see -# http://commons.apache.org/exec/faq.html#environment-testing) -chmod a+x src/test/scripts/*.sh - - -%mvn_file :%{short_name} %{short_name} %{name} +# Disable junit-pioneer features since it's not (yet) available in Fedora +%pom_remove_dep org.junit-pioneer:junit-pioneer +find src/test/java/ -name "*.java" -exec sed -i '/SetSystemProperty/d' {} \; %build -# - Skip Exec57Test (it is unstable), see RHBZ #1202260 # - Skip Exec34Test/Exec41Test/Exec60Test ("socket: Operation not permitted" on Koji) +# - Skip Exec57Test (it is unstable), see RHBZ #1202260 +# - Skip Exec65Test (calls sudo) %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 + -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,\!org.apache.commons.exec.issues.Exec65Test + %install %mvn_install @@ -66,7 +55,7 @@ chmod a+x src/test/scripts/*.sh %files -f .mfiles %license LICENSE.txt NOTICE.txt -%doc STATUS RELEASE-NOTES.txt +%doc RELEASE-NOTES.txt %files javadoc -f .mfiles-javadoc @@ -74,6 +63,9 @@ chmod a+x src/test/scripts/*.sh %changelog +* Sun Jan 26 2025 Mohamed El Morabity - 1.4.0-1 +- Update to 1.4.0 + * Thu Jan 16 2025 Fedora Release Engineering - 1.3-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index f6ee31b..356dbfd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f7d050267a75115fcc4431bd7fa567fc commons-exec-1.3-src.tar.gz +SHA512 (commons-exec-1.4.0-src.tar.gz) = 18ec2f138100e7d029425b805093a40f9ae86362c2ce82bc828716c7c4eda6df64b17a4798afe05925d2730488b9d7cef1425d0ef5229345c77a00ffa250de9f From ab87e5b74e84de0bb67a5ff7d5f2dac05f78e469 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Sat, 12 Jul 2025 02:26:46 +0200 Subject: [PATCH 11/16] Update to 1.5.0 --- 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 84f7f1c..36e20aa 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -2,7 +2,7 @@ %global short_name commons-%{base_name} Name: apache-commons-exec -Version: 1.4.0 +Version: 1.5.0 Release: 1%{?dist} Summary: Java library to reliably execute external processes from within the JVM License: Apache-2.0 @@ -63,6 +63,9 @@ find src/test/java/ -name "*.java" -exec sed -i '/SetSystemProperty/d' {} \; %changelog +* Sat Jul 12 2025 Mohamed El Morabity - 1.5.0-1 +- Update to 1.5.0 + * Sun Jan 26 2025 Mohamed El Morabity - 1.4.0-1 - Update to 1.4.0 From c6a60064e318b27fe3f447bc4a11cd978116c0c7 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Sat, 12 Jul 2025 02:41:07 +0200 Subject: [PATCH 12/16] Update sources --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 89cc827..31b76e1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ commons-exec-1.0.1-src.tar.gz /commons-exec-1.2-src.tar.gz /commons-exec-1.3-src.tar.gz /commons-exec-1.4.0-src.tar.gz +/commons-exec-1.5.0-src.tar.gz diff --git a/sources b/sources index 356dbfd..64cc590 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (commons-exec-1.4.0-src.tar.gz) = 18ec2f138100e7d029425b805093a40f9ae86362c2ce82bc828716c7c4eda6df64b17a4798afe05925d2730488b9d7cef1425d0ef5229345c77a00ffa250de9f +SHA512 (commons-exec-1.5.0-src.tar.gz) = 286841b38965612c03d3697fcb131ab8cd2ff0a065f8bbb7195c120ec36d8d930aadf36ce8d1a6693fdb321b67fa82ae052c9a87d4a5519717925b1cd176ae65 From c43aadf1bc2bf5828989b7b5a1b2f3422be57787 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 17:05:47 +0000 Subject: [PATCH 13/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- 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 36e20aa..ca3fa91 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -3,7 +3,7 @@ Name: apache-commons-exec Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java library to reliably execute external processes from within the JVM License: Apache-2.0 URL: https://commons.apache.org/proper/%{short_name} @@ -63,6 +63,9 @@ find src/test/java/ -name "*.java" -exec sed -i '/SetSystemProperty/d' {} \; %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 1.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jul 12 2025 Mohamed El Morabity - 1.5.0-1 - Update to 1.5.0 From f59af93e5f1d091536f4c76ec268fa14a3b369df Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Tue, 29 Jul 2025 19:04:17 +0200 Subject: [PATCH 14/16] Rebuilt for java-25-openjdk as preffered jdk https://fedoraproject.org/wiki/Changes/Java25AndNoMoreSystemJdk Note, that since f43, you should be always explicit on what jdk to use. This commit should do exactly that. --- apache-commons-exec.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-exec.spec b/apache-commons-exec.spec index ca3fa91..24910a4 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -3,7 +3,7 @@ Name: apache-commons-exec Version: 1.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Java library to reliably execute external processes from within the JVM License: Apache-2.0 URL: https://commons.apache.org/proper/%{short_name} @@ -12,7 +12,7 @@ ExclusiveArch: %{java_arches} noarch Source0: https://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz -BuildRequires: maven-local +BuildRequires: maven-local-openjdk25 BuildRequires: mvn(org.apache.commons:commons-parent:pom:) BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api) @@ -63,6 +63,9 @@ find src/test/java/ -name "*.java" -exec sed -i '/SetSystemProperty/d' {} \; %changelog +* Tue Jul 29 2025 jiri vanek - 1.5.0-3 +- Rebuilt for java-25-openjdk as preffered jdk + * Wed Jul 23 2025 Fedora Release Engineering - 1.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 87a32d479f4bf669811a84eb12a09fc942934823 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Sun, 4 Jan 2026 01:41:06 +0100 Subject: [PATCH 15/16] Update to 1.6.0 --- .gitignore | 1 + apache-commons-exec.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 31b76e1..259d488 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ commons-exec-1.0.1-src.tar.gz /commons-exec-1.3-src.tar.gz /commons-exec-1.4.0-src.tar.gz /commons-exec-1.5.0-src.tar.gz +/commons-exec-1.6.0-src.tar.gz diff --git a/apache-commons-exec.spec b/apache-commons-exec.spec index 24910a4..b8d4af7 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -2,8 +2,8 @@ %global short_name commons-%{base_name} Name: apache-commons-exec -Version: 1.5.0 -Release: 3%{?dist} +Version: 1.6.0 +Release: 1%{?dist} Summary: Java library to reliably execute external processes from within the JVM License: Apache-2.0 URL: https://commons.apache.org/proper/%{short_name} @@ -63,6 +63,9 @@ find src/test/java/ -name "*.java" -exec sed -i '/SetSystemProperty/d' {} \; %changelog +* Sat Jan 03 2026 Mohamed El Morabity - 1.6.0-1 +- Update to 1.6.0 + * Tue Jul 29 2025 jiri vanek - 1.5.0-3 - Rebuilt for java-25-openjdk as preffered jdk diff --git a/sources b/sources index 64cc590..6836373 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (commons-exec-1.5.0-src.tar.gz) = 286841b38965612c03d3697fcb131ab8cd2ff0a065f8bbb7195c120ec36d8d930aadf36ce8d1a6693fdb321b67fa82ae052c9a87d4a5519717925b1cd176ae65 +SHA512 (commons-exec-1.6.0-src.tar.gz) = 00e8eb552e886ba9da0b9636ee9ffce142eb33faa9d2873e7619e6508ab59b214bde1818f43012ecdab928ddc0697514482b33c3c268729c3049ce4306a7ea1e From 02ca9f41cc4e095d7e2ab6ace7a44c1d4e6e07c6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:47:00 +0000 Subject: [PATCH 16/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- 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 b8d4af7..8f07024 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -3,7 +3,7 @@ Name: apache-commons-exec Version: 1.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java library to reliably execute external processes from within the JVM License: Apache-2.0 URL: https://commons.apache.org/proper/%{short_name} @@ -63,6 +63,9 @@ find src/test/java/ -name "*.java" -exec sed -i '/SetSystemProperty/d' {} \; %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 1.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Sat Jan 03 2026 Mohamed El Morabity - 1.6.0-1 - Update to 1.6.0