diff --git a/sources b/sources index 5df8bdb..e9e119c 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (voms-api-java-3.3.7.tar.gz) = b623480b972742625e0c7cd95bfefee36a580f743240434d5591a9f35a19977a4d7d3abc90b598666e86f8e6d3a40a6c6ca66e19309a1ea8d2be979af57aaa58 -SHA512 (helper-scripts-master.tar.gz) = 8704b5bdbee360c0db70e6ece2781a385c62c802c9000754f62efbd23bd22542ace77f68b8064661201f441b40234475a005d9f67b50f0aea435636a0a851225 +SHA512 (voms-api-java-3.3.2.tar.gz) = 7de09abd3e1605a7596c29bb0f16553945d6c13098c667451580ed4e22a671814db254355b56ec12696fce011854487510fb9e627e4f13474fbfedec6db1c422 diff --git a/voms-api-java-test.patch b/voms-api-java-test.patch deleted file mode 100644 index b32fafc..0000000 --- a/voms-api-java-test.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/src/test/java/org/italiangrid/voms/test/ac/TestACValidator.java b/src/test/java/org/italiangrid/voms/test/ac/TestACValidator.java -index a0f7a87..4244925 100644 ---- a/src/test/java/org/italiangrid/voms/test/ac/TestACValidator.java -+++ b/src/test/java/org/italiangrid/voms/test/ac/TestACValidator.java -@@ -31,6 +31,7 @@ import org.italiangrid.voms.test.utils.Utils; - import org.italiangrid.voms.test.utils.VOMSAA; - import org.junit.Assert; - import org.junit.BeforeClass; -+import org.junit.Ignore; - import org.junit.Test; - - import eu.emi.security.authn.x509.X509CertChainValidatorExt; -@@ -316,6 +317,7 @@ public class TestACValidator implements Fixture { - } - - @Test -+ @Ignore - public void testTargetValidationSuccess() throws Exception { - - VOMSAA aa = Utils.getVOMSAA(); -@@ -342,6 +344,7 @@ public class TestACValidator implements Fixture { - } - - @Test -+ @Ignore - public void testTargetValidationFailure() throws Exception { - - VOMSAA aa = Utils.getVOMSAA(); diff --git a/voms-api-java.spec b/voms-api-java.spec index 2b354af..afba06a 100644 --- a/voms-api-java.spec +++ b/voms-api-java.spec @@ -1,31 +1,19 @@ Name: voms-api-java -Version: 3.3.7 -Release: 4%{?dist} +Version: 3.3.2 +Release: 2%{?dist} Summary: Virtual Organization Membership Service Java API -License: Apache-2.0 -URL: https://github.com/italiangrid/%{name} -Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz -# Helper scripts for generating test certificates -Source1: https://baltig.infn.it/mw-devel/helper-scripts/-/archive/master/helper-scripts-master.tar.gz -# Disable tests requiring non-local network -Patch0: %{name}-test.patch - +License: ASL 2.0 +URL: https://wiki.italiangrid.it/VOMS +Source0: https://github.com/italiangrid/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz BuildArch: noarch -ExclusiveArch: %{java_arches} noarch -%if %{?fedora}%{!?fedora:0} >= 43 -BuildRequires: maven-local-openjdk25 -%else BuildRequires: maven-local -%endif -BuildRequires: mvn(eu.eu-emi.security:canl) >= 2.8.3 +BuildRequires: mvn(eu.eu-emi.security:canl) >= 2.6 BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.hamcrest:hamcrest-library) BuildRequires: mvn(org.mockito:mockito-core) -BuildRequires: faketime -BuildRequires: openssl -Requires: mvn(eu.eu-emi.security:canl) >= 2.8.3 +Requires: mvn(eu.eu-emi.security:canl) >= 2.6 %description The Virtual Organization Membership Service (VOMS) is an attribute authority @@ -44,30 +32,29 @@ Summary: Virtual Organization Membership Service Java API Documentation Virtual Organization Membership Service (VOMS) Java API Documentation. %prep -%setup -q -a 1 -%patch -P0 -p1 +%setup -q # Remove unused dependency %pom_remove_dep net.jcip:jcip-annotations +# Use default location for javadoc output +%pom_xpath_remove "//pom:plugin[pom:artifactId='maven-javadoc-plugin']/pom:configuration/pom:outputDirectory" +%pom_xpath_remove "//pom:plugin[pom:artifactId='maven-javadoc-plugin']/pom:configuration/pom:reportOutputDirectory" + +%if %{?fedora}%{!?fedora:0} >= 33 || %{?rhel}%{!?rhel:0} >= 8 # F33+ and EPEL8+ doesn't use the maven-javadoc-plugin to generate javadoc # Remove maven-javadoc-plugin configuration to avoid build failure %pom_remove_plugin org.apache.maven.plugins:maven-javadoc-plugin +%endif # Do not create source jars %pom_remove_plugin org.apache.maven.plugins:maven-source-plugin -%if %{?rhel}%{!?rhel:0} == 9 -# Modify bouncycastle dependencies for RHEL 9 -%pom_change_dep org.bouncycastle:bcprov-jdk18on org.bouncycastle:bcprov-jdk15on -%pom_change_dep org.bouncycastle:bcpkix-jdk18on org.bouncycastle:bcpkix-jdk15on -%endif +# Cobertura no longer in Fedora due to licensing issues +%pom_remove_plugin org.codehaus.mojo:cobertura-maven-plugin -# Generate test certificates -export PATH=$PWD/helper-scripts-master/x509-scripts/scripts:$PATH -pushd src/test/resources -./setup.sh -popd +# Remove license plugin +%pom_remove_plugin com.mycila.maven-license-plugin:maven-license-plugin %build %mvn_build @@ -76,6 +63,7 @@ popd %mvn_install %files -f .mfiles +%dir %{_javadir}/%{name} %doc AUTHORS README.md %license LICENSE @@ -83,97 +71,6 @@ popd %license LICENSE %changelog -* Fri Jul 17 2026 Fedora Release Engineering - 3.3.7-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild - -* Sat Jun 13 2026 Yaakov Selkowitz - 3.3.7-3 -- Rebuilt for openssl 4.0 - -* Sat Jan 17 2026 Fedora Release Engineering - 3.3.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild - -* Sat Dec 20 2025 Mattias Ellert - 3.3.7-1 -- Update to version 3.3.7 - -* Mon Sep 08 2025 Mattias Ellert - 3.3.6-2 -- Include upstream's scripts for generating test certificates -- Enable tests again - -* Tue Aug 05 2025 Mattias Ellert - 3.3.6-1 -- Update to version 3.3.6 - -* Tue Jul 29 2025 jiri vanek - 3.3.5-4 -- Rebuilt for java-25-openjdk as preffered jdk - -* Fri Jul 25 2025 Fedora Release Engineering - 3.3.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Tue Apr 22 2025 Mattias Ellert - 3.3.5-2 -- Update URL tag - -* Thu Apr 17 2025 Mattias Ellert - 3.3.5-1 -- Update to version 3.3.5 -- Do not run tests - - some scripts needed for generating the test certificates are missing - -* Sun Jan 19 2025 Fedora Release Engineering - 3.3.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Thu Nov 28 2024 Mattias Ellert - 3.3.3-2 -- Update bouncycastle dependencies for EPEL 10 - -* Sat Aug 03 2024 Mattias Ellert - 3.3.3-1 -- Update to version 3.3.3 - -* Sat Jul 20 2024 Fedora Release Engineering - 3.3.2-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Thu Mar 14 2024 Mattias Ellert - 3.3.2-17 -- Update bouncycastle dependencies - -* Tue Feb 27 2024 Jiri Vanek - 3.3.2-16 -- Rebuilt for java-21-openjdk as system jdk - -* Sat Jan 27 2024 Fedora Release Engineering - 3.3.2-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Dec 16 2023 Mattias Ellert - 3.3.2-14 -- Adjust to removed deprecaded API in Mockito - -* Sat Jul 22 2023 Fedora Release Engineering - 3.3.2-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sat Jan 21 2023 Fedora Release Engineering - 3.3.2-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Tue Dec 13 2022 Mattias Ellert - 3.3.2-11 -- Disable tests that fail due to more expired certificates - -* Mon Oct 17 2022 Mattias Ellert - 3.3.2-10 -- Disable tests that fail due to expired certificates - -* Wed Sep 28 2022 Mattias Ellert - 3.3.2-9 -- Disable failing multi-thread test -- Disable tests using obsolete hashes (md5/sha1) - -* Sat Jul 23 2022 Fedora Release Engineering - 3.3.2-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jul 08 2022 Jiri Vanek - 3.3.2-7 -- Rebuilt for Drop i686 JDKs - -* Sat Feb 05 2022 Jiri Vanek - 3.3.2-6 -- Rebuilt for java-17-openjdk as system jdk - -* Sat Jan 22 2022 Fedora Release Engineering - 3.3.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jan 14 2022 Mattias Ellert - 3.3.2-4 -- Disable failing tests due to changes in bouncycastle - -* Fri Jul 23 2021 Fedora Release Engineering - 3.3.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - * Wed Jan 27 2021 Fedora Release Engineering - 3.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild