From 5dec57acd45fab2dc0fee228322f0fafcc34f892 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Wed, 6 Feb 2013 20:30:19 +0100 Subject: [PATCH] - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local --- mojo-parent.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mojo-parent.spec b/mojo-parent.spec index a61428f..f7f5f1e 100644 --- a/mojo-parent.spec +++ b/mojo-parent.spec @@ -1,6 +1,6 @@ Name: mojo-parent Version: 30 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Codehaus MOJO parent project pom file Group: Development/Libraries @@ -11,7 +11,7 @@ BuildArch: noarch BuildRequires: jpackage-utils BuildRequires: codehaus-parent -BuildRequires: xmvn +BuildRequires: maven-local BuildRequires: maven-enforcer-plugin @@ -33,6 +33,10 @@ Codehaus MOJO parent project pom file %files -f .mfiles %changelog +* Wed Feb 06 2013 Java SIG - 30-5 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Thu Jan 17 2013 Michal Srb - 30-4 - Build with xmvn