[maven-invoker] Fix failing tests

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Sep 23 11:48:37 UTC 2013


commit 58dd0d6faba9c5527cfcae4562a12522ea970575
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Sep 23 13:48:11 2013 +0200

    Fix failing tests

 maven-invoker-Remove-failing-tests.patch |  109 ------------------------------
 maven-invoker.spec                       |   10 ++-
 2 files changed, 6 insertions(+), 113 deletions(-)
---
diff --git a/maven-invoker.spec b/maven-invoker.spec
index db2b2c6..aac1fb2 100644
--- a/maven-invoker.spec
+++ b/maven-invoker.spec
@@ -1,13 +1,12 @@
 Name:           maven-invoker
 Version:        2.1.1
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Fires a maven build in a clean environment
 License:        ASL 2.0
 URL:            http://maven.apache.org/shared/maven-invoker/
 Source0:        http://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip
 Patch0:         %{name}-MSHARED-278.patch
 Patch1:         %{name}-MSHARED-279.patch
-Patch2:         %{name}-Remove-failing-tests.patch
 
 BuildArch:      noarch
 
@@ -16,6 +15,8 @@ BuildRequires:  junit
 BuildRequires:  maven-local
 BuildRequires:  maven-surefire-provider-junit
 BuildRequires:  maven-shared
+# Required by tests
+BuildRequires:  maven-clean-plugin
 
 Obsoletes:      maven-shared-invoker < %{version}-%{release}
 Provides:       maven-shared-invoker = %{version}-%{release}
@@ -42,8 +43,6 @@ API documentation for %{name}.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-# these tests work locally, but fail on koji
-%patch2 -p1
 
 %build
 %mvn_build
@@ -59,6 +58,9 @@ API documentation for %{name}.
 
 
 %changelog
+* Mon Sep 23 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.1.1-10
+- Fix failing tests
+
 * Mon Sep 23 2013 Michal Srb <msrb at redhat.com> - 2.1.1-9
 - Remove some tests which fail on koji
 


More information about the scm-commits mailing list