diff --git a/hive.spec b/hive.spec index fa0414f..b034d37 100644 --- a/hive.spec +++ b/hive.spec @@ -6,7 +6,7 @@ Name: hive Version: 0.12.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Apache Hadoop data warehouse License: ASL 2.0 @@ -56,6 +56,8 @@ BuildRequires: xmvn >= 1.5.0 BuildRequires: zookeeper-java BuildArch: noarch +# exclude arm due to hadoop dependencies +ExcludeArch: %{arm} # problems with auto-requires being generated # Bug 1075626 @@ -316,6 +318,9 @@ ln -s `xmvn-resolve org.apache.thrift:libthrift` %{buildroot}%{_datadir}/hadoop/ %doc LICENSE NOTICE %changelog +* Tue Mar 18 2014 Peter MacKinnon 0.12.0-2 +- reinstate exclude arch arm because of hadoop dep + * Thu Feb 27 2014 Peter MacKinnon 0.12.0-1 - Initial rpm - Add bin and env scripts