Update protobuf version

This commit is contained in:
Mike Miller 2018-01-16 17:00:58 -05:00
parent c2ac6d019f
commit b9927c1368
1 changed files with 5 additions and 2 deletions

View File

@ -11,7 +11,7 @@
Name: hadoop
Version: 2.7.3
Release: 6%{?dist}
Release: 7%{?dist}
Summary: A software platform for processing vast amounts of data
# The BSD license file is missing
# https://issues.apache.org/jira/browse/HADOOP-9849
@ -424,7 +424,7 @@ This package contains files needed to run Apache Hadoop YARN in secure mode.
%prep
%autosetup -p1 -n %{name}-%{version}-src
%pom_xpath_set "pom:properties/pom:protobuf.version" 3.3.1 hadoop-project
%pom_xpath_set "pom:properties/pom:protobuf.version" 3.5.0 hadoop-project
%pom_xpath_inject "pom:plugin[pom:artifactId='maven-jar-plugin']/pom:executions/pom:execution[pom:phase='test-compile']" "<id>default-jar</id>" hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell
# Remove the maven-site-plugin. It's not needed
@ -1129,6 +1129,9 @@ fi
%attr(6050,root,yarn) %{_bindir}/container-executor
%changelog
* Tue Jan 16 2018 Mike Miller <mmiller@apache.org> - 2.7.3-7
- Update protobuf version
* Fri Aug 04 2017 Mike Miller <mmiller@apache.org> - 2.7.3-6
- Updated protobuf version