diff --git a/amplab-tachyon.spec b/amplab-tachyon.spec index 0ea9913..ca282da 100644 --- a/amplab-tachyon.spec +++ b/amplab-tachyon.spec @@ -6,7 +6,7 @@ Name: amplab-%{shortname} # Given the naming conflicts with other packages, and eventually this will # switch to apache-tachyon should Version: 0.5.0 -Release: 3.%{shortcommit}%{?dist} +Release: 4.%{shortcommit}%{?dist} Summary: Reliable file sharing at memory speed across cluster frameworks License: ASL 2.0 URL: http://tachyon-project.org/ @@ -69,8 +69,6 @@ BuildRequires: maven-shade-plugin BuildArch: noarch -ExcludeArch: %{arm} - %description Tachyon is a fault tolerant distributed file system enabling reliable file sharing at memory-speed @@ -201,6 +199,9 @@ mkdir -p -m0755 %{buildroot}/%{_datadir}/hadoop/common/lib %systemd_postun_with_restart %{shortname}-slave.service %{shortname}-master.service %changelog +* Wed Apr 22 2015 Peter Robinson 0.5.0-4.5c054ca +- ARMv7 now has hadoop + * Wed Sep 10 2014 Huamin Chen - 0.5.0-3.5c054ca - Update to 0.5.0 official