From c7ae3ec1e395d159401953fdcf3bb51ee9c09b4c Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Mon, 14 Oct 2013 18:41:26 +0200 Subject: [PATCH] Disable CRL tests (the CRL in the sources has expired) --- maven-build.xml | 1 + voms-api-java-test.patch | 2 +- voms-api-java.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/maven-build.xml b/maven-build.xml index ec793d0..65d2fd9 100644 --- a/maven-build.xml +++ b/maven-build.xml @@ -146,6 +146,7 @@ + diff --git a/voms-api-java-test.patch b/voms-api-java-test.patch index 39961b2..b1d942d 100644 --- a/voms-api-java-test.patch +++ b/voms-api-java-test.patch @@ -6,7 +6,7 @@ diff -ur voms-api-java-2_0_10.orig/pom.xml voms-api-java-2_0_10/pom.xml /usr/share/javadoc/${project.name} 1.45 - **/LoadTest.java -+ **/LoadTest.java,**/TestCerts.java ++ **/LoadTest.java,**/TestCerts.java,**/TestCRL.java diff --git a/voms-api-java.spec b/voms-api-java.spec index 838a334..2e6b906 100644 --- a/voms-api-java.spec +++ b/voms-api-java.spec @@ -8,7 +8,7 @@ Name: voms-api-java Version: 2.0.10 %global tagver %(tr . _ <<< %{version}) -Release: 3%{?dist} +Release: 4%{?dist} Summary: Virtual Organization Membership Service Java API Group: Development/Libraries @@ -154,6 +154,9 @@ rm -rf %{buildroot} %doc %{_javadocdir}/%{name} %changelog +* Mon Oct 14 2013 Mattias Ellert - 2.0.10-4 +- Disable CRL tests (the CRL in the sources has expired) + * Sun Aug 04 2013 Fedora Release Engineering - 2.0.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild