diff --git a/hive.spec b/hive.spec index ae6c2d6..960b0d4 100644 --- a/hive.spec +++ b/hive.spec @@ -6,7 +6,7 @@ Name: hive Version: 0.12.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: The Apache Hadoop data warehouse License: ASL 2.0 @@ -51,8 +51,6 @@ BuildRequires: xmvn >= 2.1.0-5 BuildRequires: zookeeper-java BuildArch: noarch -# exclude arm due to hadoop dependencies -ExcludeArch: %{arm} # problems with auto-requires being generated # Bug 1075626 @@ -318,6 +316,9 @@ ln -s `xmvn-resolve org.apache.thrift:libthrift` %{buildroot}%{_datadir}/hadoop/ %doc LICENSE NOTICE %changelog +* Wed Apr 22 2015 Peter Robinson 0.12.0-6 +- ARMv7 now has hadoop + * Tue Nov 04 2014 Peter MacKinnon 0.12.0-5 - collapse separate patches into single integ - xmvn2 updates