Remove temporary BuildRequires on aether, which was retired

This commit is contained in:
Mikolaj Izdebski 2017-05-24 10:36:36 +02:00
parent 1591fbab46
commit b9b38c4de3
1 changed files with 4 additions and 6 deletions

View File

@ -11,7 +11,7 @@
Name: hadoop
Version: 2.7.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A software platform for processing vast amounts of data
# The BSD license file is missing
# https://issues.apache.org/jira/browse/HADOOP-9849
@ -69,11 +69,6 @@ Patch22: %{name}-aws.patch
# fix classpath issues
Patch23: classpath.patch
# This is not a real BR, but is here because of rawhide shift to eclipse
# aether packages which caused a dependency of a dependency to not get
# pulled in.
BuildRequires: aether
BuildRequires: ant
BuildRequires: antlr-tool
BuildRequires: aopalliance
@ -1138,6 +1133,9 @@ fi
%attr(6050,root,yarn) %{_bindir}/container-executor
%changelog
* Wed May 24 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.7.3-3
- Remove temporary BuildRequires on aether, which was retired
* Fri Mar 17 2017 Mike Miller <mmiller@apache.org> - 2.7.3-2
- Fix classpath issues