diff --git a/amplab-tachyon.spec b/amplab-tachyon.spec index 8190b04..f1d2b04 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: 6.%{shortcommit}%{?dist} +Release: 7.%{shortcommit}%{?dist} Summary: Reliable file sharing at memory speed across cluster frameworks License: ASL 2.0 URL: http://tachyon-project.org/ @@ -53,6 +53,7 @@ BuildRequires: mvn(org.eclipse.jetty:jetty-webapp) BuildRequires: mvn(org.eclipse.jetty:jetty-server) BuildRequires: mvn(org.eclipse.jetty:jetty-servlets) BuildRequires: mvn(org.eclipse.jetty:jetty-util) +BuildRequires: mvn(com.fasterxml.jackson.core:jackson-databind) # Test deps BuildRequires: mvn(junit:junit) @@ -199,6 +200,9 @@ mkdir -p -m0755 %{buildroot}/%{_datadir}/hadoop/common/lib %systemd_postun_with_restart %{shortname}-slave.service %{shortname}-master.service %changelog +* Tue Feb 23 2016 Yaakov Selkowitz - 0.5.0-7.5c054ca +- BR: jackson-databind (#1307315) + * Wed Feb 03 2016 Fedora Release Engineering - 0.5.0-6.5c054ca - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild