diff --git a/amplab-tachyon.spec b/amplab-tachyon.spec index 3593f74..ccac3e0 100644 --- a/amplab-tachyon.spec +++ b/amplab-tachyon.spec @@ -1,4 +1,4 @@ -%global commit 8e4e9a491b9f7d2391b2936aed0c351ffa50e67c +%global commit b0ffddeb48ada0a19f28ea7be26ddc60a237fa4c %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortname tachyon @@ -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.4.0 -Release: 6.SNAPSHOT.%{shortcommit}%{?dist} +Release: 7.SNAPSHOT.%{shortcommit}%{?dist} Summary: Reliable file sharing at memory speed across cluster frameworks License: ASL 2.0 URL: https://github.com/amplab/tachyon/wiki @@ -104,7 +104,7 @@ sed -i "s|Log.info|Log.getRootLogger().info|" src/main/java/tachyon/MasterInfo.j %build %mvn_file org.tachyonproject:%{shortname} %{shortname} -%mvn_build +%mvn_build -X %install %mvn_install @@ -142,8 +142,8 @@ mkdir -p -m0755 %{buildroot}%{_var}/lib/%{shortname}/journal # NOTE: The following is plugging into hadoop without # having administrative steps. mkdir -p -m0755 %{buildroot}/%{_datadir}/hadoop/common/lib -%{__ln_s} %{_jnidir}/%{shortname}.jar %{buildroot}/%{_datadir}/hadoop/common/lib -%{__ln_s} %{_jnidir}/libthrift.jar %{buildroot}/%{_datadir}/hadoop/common/lib +%{__ln_s} %{_javadir}/%{shortname}.jar %{buildroot}/%{_datadir}/hadoop/common/lib +%{__ln_s} %{_javadir}/libthrift.jar %{buildroot}/%{_datadir}/hadoop/common/lib %files -f .mfiles %doc LICENSE README.md @@ -183,6 +183,9 @@ mkdir -p -m0755 %{buildroot}/%{_datadir}/hadoop/common/lib %systemd_postun_with_restart %{shortname}-slave.service %{shortname}-master.service %changelog +* Tue Jan 28 2014 Timothy St. Clair 0.4.0-7.SNAPSHOT.b0ffdde +- Update to latest + * Fri Dec 6 2013 Timothy St. Clair 0.4.0-6.SNAPSHOT.8e4e9a4 - Update to latest modifications diff --git a/sources b/sources index 9e1af59..630c339 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2b675833888f339adb3b2300263f49c tachyon-0.4.0-8e4e9a4.tar.gz +4285f87ecccd557bc030f8e37f25181d tachyon-0.4.0-b0ffdde.tar.gz