diff --git a/hive.spec b/hive.spec index 442b6d2e309ffe9bdaabe3937154add90f75d8a7..ecaed7d674d58d640923ce83b20eb28fff4051ec 100644 --- a/hive.spec +++ b/hive.spec @@ -2,7 +2,7 @@ Name: hive Version: 3.1.3 -Release: 4 +Release: 5 Summary: The Apache Hadoop data warehouse License: Apache-2.0 and Python-2.0 and MPL-2.0 and BSD and ICU @@ -35,7 +35,7 @@ mkdir -p ${HOME}/%{name}-prep_dir # protoc-jar tar -mxf %{SOURCE5} -C ${HOME}/%{name}-prep_dir pushd ${HOME}/%{name}-prep_dir/protoc-jar-3.5.1.1 -%patch1000 -p1 +%patch 1000 -p1 mvn clean install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true popd # protoc-jar-maven-plugin @@ -143,6 +143,9 @@ ln -s %{_javadir}/%{name}/%{name}-shims.jar %{buildroot}%{_datadir}/hadoop/mapre %changelog +* Mon Dec 16 2024 litian - 3.1.3-5 +- fix %patchN is deprecated warning + * Tue Jun 25 2024 Dingli Zhang - 3.1.3-4 - Remove riscv64 prebuilded files - Build protoc-jar and protoc-jar-maven-plugin in prep state for riscv64