[geronimo-jpa] Add geronimo-parent-poms to Requires

Stanislav Ochotnicky sochotni at fedoraproject.org
Fri Jul 30 08:57:48 UTC 2010


commit 407bd0d28d2cca26ed860b7c33485aeda1acc679
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Fri Jul 30 10:57:15 2010 +0200

    Add geronimo-parent-poms to Requires

 geronimo-jpa.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/geronimo-jpa.spec b/geronimo-jpa.spec
index 5ddf560..ec98e37 100644
--- a/geronimo-jpa.spec
+++ b/geronimo-jpa.spec
@@ -3,7 +3,7 @@
 
 Name:           geronimo-jpa
 Version:        1.1.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Java persistence API implementation
 
 Group:          Development/Libraries
@@ -26,6 +26,8 @@ BuildRequires:  maven-resources-plugin
 Provides:       jpa_api = %{spec_ver}
 
 Requires:       java >= 1:1.6.0
+Requires:       geronimo-parent-poms
+
 Requires(post): jpackage-utils
 Requires(postun): jpackage-utils
 
@@ -48,7 +50,6 @@ Requires:  jpackage-utils
 %prep
 %setup -q -n %{spec_name}-%{version}
 
-
 %build
 export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
 mkdir -p $MAVEN_REPO_LOCAL
@@ -110,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 30 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.1.1-4
+- Add geronimo-parent-poms to Requires
+
 * Mon Jul 26 2010  <sochotnicky at redhat.com> - 1.1.1-3
 - Fix whitespace warnings
 - Use unversioned Requires on jpackage-utils


More information about the scm-commits mailing list