[maven/f20] Add OrderWithRequires: xmvn

Mikolaj Izdebski mizdebsk at fedoraproject.org
Tue Nov 5 16:13:33 UTC 2013


commit 911334bb1ec770c5c3a7268e48eb6d83f52f8d45
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Tue Nov 5 17:10:31 2013 +0100

    Add OrderWithRequires: xmvn
    
    - Related: rhbz#1014355

 maven.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/maven.spec b/maven.spec
index f10fee0..64e4b8a 100644
--- a/maven.spec
+++ b/maven.spec
@@ -1,6 +1,6 @@
 Name:           maven
 Version:        3.1.0
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Java project management and project comprehension tool
 
 Group:          Development/Tools
@@ -25,6 +25,10 @@ Patch300:       0001-MNG-5503-Fix-for-the-issue-where-Maven-3.1.0-fails-t.patch
 
 BuildArch:      noarch
 
+# If XMvn is part of the same RPM transaction then it should be
+# installed first to avoid triggering rhbz#1014355.
+OrderWithRequires: xmvn
+
 BuildRequires:  maven-local
 
 BuildRequires:  aether-api >= 1:0
@@ -263,6 +267,10 @@ ln -sf $(build-classpath plexus/classworlds) \
 
 
 %changelog
+* Mon Oct 21 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 3.1.0-11
+- Add OrderWithRequires: xmvn
+- Related: rhbz#1014355
+
 * Mon Oct 21 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 3.1.0-10
 - Add dependencies of wagon-http-shaded to plexus.core
 - Remove objectweb-asm from plexus.core


More information about the scm-commits mailing list