From 17cc92c17bd3fad23bc6dabc15dc53ed9b00dd00 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Wed, 28 Oct 2015 19:12:36 +0000 Subject: [PATCH] Fix FTBFS due to enforcer plugin failure --- cdi-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cdi-api.spec b/cdi-api.spec index cd8c34e..33ecc6a 100644 --- a/cdi-api.spec +++ b/cdi-api.spec @@ -3,7 +3,7 @@ Name: cdi-api Version: 1.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: CDI API License: ASL 2.0 URL: http://seamframework.org/Weld @@ -69,7 +69,7 @@ cd api %build cd api -%mvn_build +%mvn_build -- -Denforcer.skip %install cd api @@ -85,6 +85,9 @@ build-jar-repository %{buildroot}%{_javadir}/javax.enterprise.inject/ \ %files javadoc -f api/.mfiles-javadoc %changelog +* Wed Oct 28 2015 Mat Booth - 1.1-12 +- Fix FTBFS due to enforcer plugin failure + * Wed Jun 17 2015 Fedora Release Engineering - 1.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild