Remove unneeded R: maven-local
Dependency on maven-local was only temporary and it's not needed since Fedora 19 Maven rebuild: http://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
This commit is contained in:
parent
2cf4fd6a25
commit
46645ff05b
10
maven.spec
10
maven.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: maven
|
Name: maven
|
||||||
Version: 3.0.4
|
Version: 3.0.4
|
||||||
Release: 29%{?dist}
|
Release: 30%{?dist}
|
||||||
Summary: Java project management and project comprehension tool
|
Summary: Java project management and project comprehension tool
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -52,11 +52,6 @@ BuildRequires: xmlunit
|
|||||||
BuildRequires: animal-sniffer >= 1.6-5
|
BuildRequires: animal-sniffer >= 1.6-5
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Require maven-local for now to allow a smooth transition from maven
|
|
||||||
# to maven-local. Once packages start requiring maven-local directly
|
|
||||||
# the Requires below should be removed.
|
|
||||||
Requires: maven-local
|
|
||||||
|
|
||||||
# for noarch->arch change
|
# for noarch->arch change
|
||||||
Obsoletes: %{name} < 0:%{version}-%{release}
|
Obsoletes: %{name} < 0:%{version}-%{release}
|
||||||
|
|
||||||
@ -195,6 +190,9 @@ ln -sf $(build-classpath plexus/classworlds) \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 6 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-30
|
||||||
|
- Remove unneeded R: maven-local
|
||||||
|
|
||||||
* Fri Jan 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-29
|
* Fri Jan 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-29
|
||||||
- Drop support for local mode
|
- Drop support for local mode
|
||||||
- Build with xmvn, rely on auto-requires
|
- Build with xmvn, rely on auto-requires
|
||||||
|
Loading…
Reference in New Issue
Block a user