Add OrderWithRequires: xmvn

- Related: rhbz#1014355
This commit is contained in:
Mikolaj Izdebski 2013-11-05 17:10:31 +01:00
parent 995d31535b
commit 5f933c9f1c

View File

@ -1,6 +1,6 @@
Name: maven Name: maven
Version: 3.1.1 Version: 3.1.1
Release: 4%{?dist} Release: 5%{?dist}
Summary: Java project management and project comprehension tool Summary: Java project management and project comprehension tool
Group: Development/Tools Group: Development/Tools
@ -22,6 +22,10 @@ Patch200: 0001-Update-Aether-to-0.9.0.M3.patch
BuildArch: noarch 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: maven-local
BuildRequires: aether-api >= 1:0 BuildRequires: aether-api >= 1:0
@ -260,6 +264,10 @@ ln -sf $(build-classpath plexus/classworlds) \
%changelog %changelog
* Tue Nov 5 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.1-5
- Add OrderWithRequires: xmvn
- Related: rhbz#1014355
* Tue Oct 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.1-4 * Tue Oct 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.1-4
- Add explicit requires - Add explicit requires