Remove incorrect patch option

This commit is contained in:
Christopher Tubbs 2016-10-23 01:30:37 -04:00
parent 467c2b6dc2
commit 5b70ccbd8b
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ This package contains files needed to run Apache Hadoop YARN in secure mode.
%autosetup -p1 -n %{name}-common-%{commit}
%if !%{package_libhdfs}
# rollback non-applicable patch after autosetup applies all patches
%patch5 -p1 -R -q
%patch5 -p1 -R
%endif
%pom_xpath_set "pom:properties/pom:protobuf.version" 2.6.1 hadoop-project