[maven-script-interpreter] Fix BR

Michal Srb msrb at fedoraproject.org
Mon Sep 2 09:00:56 UTC 2013


commit 90986943b523c8db31173dccd2f3565e74daafb3
Author: Michal Srb <msrb at redhat.com>
Date:   Mon Sep 2 11:00:21 2013 +0200

    Fix BR

 maven-script-interpreter.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/maven-script-interpreter.spec b/maven-script-interpreter.spec
index 595e1d6..028911b 100644
--- a/maven-script-interpreter.spec
+++ b/maven-script-interpreter.spec
@@ -1,6 +1,6 @@
 Name:           maven-script-interpreter
 Version:        1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Maven Script Interpreter
 License:        ASL 2.0
 URL:            http://maven.apache.org/shared/maven-script-interpreter/
@@ -15,6 +15,7 @@ BuildRequires:  mvn(org.apache.maven.shared:maven-shared-components)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
 BuildRequires:  mvn(org.beanshell:bsh)
 BuildRequires:  mvn(org.codehaus.groovy:groovy)
+BuildRequires:  mvn(org.codehaus.plexus:plexus-component-annotations)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)
 
 
@@ -47,6 +48,9 @@ API documentation for %{name}.
 
 
 %changelog
+* Mon Sep 02 2013 Michal Srb <msrb at redhat.com> - 1.1-2
+- Fix BR
+
 * Mon Sep 02 2013 Michal Srb <msrb at redhat.com> - 1.1-1
 - Update to upstream version 1.1
 


More information about the scm-commits mailing list