[java-sig-commits] [maven2] Add several missing requires to new subpackages

Stanislav Ochotnicky sochotni at fedoraproject.org
Fri Jun 24 12:50:11 UTC 2011


commit c34d10910d26117b0bad4846a480acc737ae2eed
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Fri Jun 24 14:49:06 2011 +0200

    Add several missing requires to new subpackages

 maven2.spec |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/maven2.spec b/maven2.spec
index 15b79d2..dc193bb 100644
--- a/maven2.spec
+++ b/maven2.spec
@@ -3,7 +3,7 @@
 
 Name:	    maven2
 Version:	2.2.1
-Release:	23%{?dist}
+Release:	24%{?dist}
 Summary:	Java project management and project comprehension tool
 
 Group:		Development/Build Tools
@@ -231,8 +231,6 @@ Requires: maven-artifact-manager = %{version}-%{release}
 
 BuildArch: noarch
 
-BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-
 %description
 Apache Maven is a software project management and comprehension tool. Based on
 the concept of a project object model (POM), Maven can manage a project's
@@ -242,6 +240,10 @@ build, reporting and documentation from a central piece of information.
 Group:          Development/Libraries
 Summary:        Compatibility Maven project artifact
 Requires:       jpackage-utils
+Requires:       maven-artifact-manager
+Requires:       plexus-interpolation
+Requires:       plexus-utils
+Requires:       plexus-containers-container-default
 Requires(post):   jpackage-utils
 Requires(postun): jpackage-utils
 
@@ -253,6 +255,10 @@ Group:          Development/Libraries
 Summary:        Compatibility Maven artifact manager artifact
 Requires:       jpackage-utils
 Requires:       plexus-classworlds
+Requires:       plexus-utils
+Requires:       plexus-containers-container-default
+Requires:       backport-util-concurrent
+Requires:       maven-wagon
 Requires(post):   jpackage-utils
 Requires(postun): jpackage-utils
 
@@ -588,6 +594,9 @@ install -m 644 pom.xml $RPM_BUILD_ROOT%{_datadir}/%{name}/poms/JPP.%{name}-maven
 
 
 %changelog
+* Fri Jun 24 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.2.1-24
+- Add several missing requires to new subpackages
+
 * Fri Jun 24 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.2.1-23
 - Split artifact-manager and project into subpackages
 - Fix resolver to process poms and fragments from datadir


More information about the java-sig-commits mailing list