From 22eaa6ee63fdc19a35c82ad6d6998c7469e5a949 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Mon, 17 Mar 2014 08:56:45 +0100 Subject: [PATCH] Add missing BR: modello-maven-plugin --- xmvn.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xmvn.spec b/xmvn.spec index 5772929..74e6108 100644 --- a/xmvn.spec +++ b/xmvn.spec @@ -1,6 +1,6 @@ Name: xmvn Version: 1.5.0 -Release: 0.21.gitcb3a0a6%{?dist} +Release: 0.22.gitcb3a0a6%{?dist} Summary: Local Extensions for Apache Maven License: ASL 2.0 URL: http://mizdebsk.fedorapeople.org/xmvn @@ -20,6 +20,7 @@ BuildRequires: maven-plugin-build-helper BuildRequires: maven-assembly-plugin BuildRequires: maven-invoker-plugin BuildRequires: xmlunit +BuildRequires: mvn(org.codehaus.modello:modello-maven-plugin) Requires: maven >= 3.1.1-13 @@ -147,6 +148,9 @@ end %doc LICENSE NOTICE %changelog +* Mon Mar 17 2014 Michal Srb - 1.5.0-0.22.gitcb3a0a6 +- Add missing BR: modello-maven-plugin + * Tue Mar 04 2014 Stanislav Ochotnicky - 1.5.0-0.21.gitcb3a0a6 - Use Requires: java-headless rebuild (#1067528)