[jspc] add explicit requires on groovy18 compat package

Peter MacKinnon pmackinn at fedoraproject.org
Wed Mar 11 15:16:04 UTC 2015


commit 70f3c030ccd2307a849aa15b86dbda9977ae57c5
Author: Peter MacKinnon <pmackinn at redhat.com>
Date:   Wed Mar 11 11:15:36 2015 -0400

    add explicit requires on groovy18 compat package

 jspc.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/jspc.spec b/jspc.spec
index 19c3114..a8a819b 100644
--- a/jspc.spec
+++ b/jspc.spec
@@ -4,7 +4,7 @@
 
 Name:          jspc
 Version:       2.0
-Release:       0.13%{dotreltag}%{?dist}
+Release:       0.14%{dotreltag}%{?dist}
 Summary:       Compile JSPs under Maven
 Group:         Development/Libraries
 License:       ASL 2.0
@@ -36,6 +36,8 @@ BuildRequires: maven-plugin-plugin
 BuildRequires: maven-remote-resources-plugin
 BuildRequires: maven-install-plugin
 
+Requires: groovy18
+
 BuildArch:     noarch
 
 %description
@@ -162,6 +164,9 @@ jar uf  %{name}-maven-plugin/target/%{name}-maven-plugin-2.0-alpha-3.jar META-IN
 %doc LICENSE.txt
 
 %changelog
+* Wed Mar 11 2015 Peter MacKinnon <pmackinn at redhat.com> 2.0-0.14.alpha.3
+- add explicit requires on groovy18 compat package
+
 * Mon Jun 09 2014 Peter MacKinnon <pmackinn at redhat.com> 2.0-0.13.alpha.3
 - changes required for xmvn 2.0
 


More information about the scm-commits mailing list