[geronimo-ejb] Change BR from maven2 to maven-local, fixes FTBFS rhbz #914027

mbooth mbooth at fedoraproject.org
Sun Mar 3 22:10:45 UTC 2013


commit 6ae667d1e3d24c4c3623caa8830a02cd5bf4e398
Author: Mat Booth <fedora at matbooth.co.uk>
Date:   Sun Mar 3 22:10:35 2013 +0000

    Change BR from maven2 to maven-local, fixes FTBFS rhbz #914027

 geronimo-ejb.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/geronimo-ejb.spec b/geronimo-ejb.spec
index a9d7649..45583b5 100644
--- a/geronimo-ejb.spec
+++ b/geronimo-ejb.spec
@@ -3,7 +3,7 @@
 
 Name:             geronimo-ejb
 Version:          1.0
-Release:          8%{?dist}
+Release:          9%{?dist}
 Summary:          Java EE: EJB API v3.1
 Group:            Development/Libraries
 License:          ASL 2.0
@@ -15,11 +15,10 @@ Patch1:           use_parent_pom.patch
 
 BuildArch:        noarch
 
-BuildRequires:    java-devel >= 1:1.6.0
+BuildRequires:    java-devel
 BuildRequires:    jpackage-utils
-BuildRequires:    maven2 >= 2.2.1
+BuildRequires:    maven-local
 BuildRequires:    geronimo-parent-poms
-BuildRequires:    maven-resources-plugin
 BuildRequires:    jta
 BuildRequires:    interceptor_api
 BuildRequires:    annotation_api
@@ -31,7 +30,7 @@ Requires:         interceptor_api
 Requires:         annotation_api
 Requires:         jaxrpc_api
 Requires:         geronimo-osgi-locator
-Requires:         java >= 1:1.6.0
+Requires:         java
 Requires:         jpackage-utils
 
 Provides:         ejb_api = %{spec_ver}
@@ -84,6 +83,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
 %{_javadocdir}/%{name}
 
 %changelog
+* Sun Mar 03 2013 Mat Booth <fedora at matbooth.co.uk> - 1.0-9
+- Change BR from maven2 to maven-local, fixes FTBFS rhbz #914027
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list