From 82e5e0b34e78e4b1bd06235a1fbc93584bd11017 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Mon, 17 Mar 2014 08:33:46 +0100 Subject: [PATCH] Add missing BR: modello-maven-plugin --- maven.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/maven.spec b/maven.spec index 6f6f14d..0823525 100644 --- a/maven.spec +++ b/maven.spec @@ -1,6 +1,6 @@ Name: maven Version: 3.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Java project management and project comprehension tool Group: Development/Tools @@ -83,6 +83,7 @@ BuildRequires: slf4j BuildRequires: xmlunit BuildRequires: mvn(ch.qos.logback:logback-classic) BuildRequires: mvn(org.mockito:mockito-core) +BuildRequires: mvn(org.codehaus.modello:modello-maven-plugin) # Theoretically Maven might be usable with just JRE, but typical Maven # workflow requires full JDK, wso we require it here. @@ -281,6 +282,9 @@ ln -sf $(build-classpath plexus/classworlds) \ %changelog +* Mon Mar 17 2014 Michal Srb - 3.2.1-5 +- Add missing BR: modello-maven-plugin + * Fri Mar 7 2014 Mikolaj Izdebski - 3.2.1-4 - Set logback dependency scope to provided