From 2cbe0a9e0e29ee75c213ae2eec4c960a7265d817 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Mon, 13 Jul 2015 12:52:48 +0200 Subject: [PATCH] Fix FTBFS --- maven-surefire.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/maven-surefire.spec b/maven-surefire.spec index ac7d561..98a41bb 100644 --- a/maven-surefire.spec +++ b/maven-surefire.spec @@ -1,6 +1,6 @@ Name: maven-surefire Version: 2.18.1 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 0 Summary: Test framework project License: ASL 2.0 and CPL @@ -118,6 +118,7 @@ cp -p %{SOURCE2} . %pom_remove_plugin :apache-rat-plugin # We don't need site-source %pom_remove_plugin :maven-assembly-plugin maven-surefire-plugin +%pom_remove_dep -r ::::site-source %build %mvn_package ":*{surefire-plugin,report-plugin}*" @1 @@ -146,6 +147,9 @@ cp -p %{SOURCE2} . %doc LICENSE NOTICE cpl-v10.html %changelog +* Mon Jul 13 2015 Michael Simacek - 0:2.18.1-2 +- Fix FTBFS + * Thu Jun 25 2015 Michael Simacek - 0:2.18.1-1 - Update to upstream version 2.18.1