diff --git a/python-hdfs.spec b/python-hdfs.spec index eb7660c..16166b0 100644 --- a/python-hdfs.spec +++ b/python-hdfs.spec @@ -6,7 +6,7 @@ Name: python-hdfs Version: 2.5.8 -Release: 10%{?dist} +Release: 11%{?dist} Summary: API and command line interface for HDFS License: MIT @@ -29,7 +29,7 @@ Patch0: https://github.com/mtth/hdfs/pull/177.patch %global fastavro_arch 1 %endif # Of the binary RPMs, only the conditionally-enabled extras metapackages -# python3-fastavro+avro and python3-fastavro+dataframe are arched. +# python3-hdfs+avro and python3-hdfs+dataframe are arched. # # Since there is no compiled code, there are no debugging symbols. %global debug_package %{nil} @@ -197,6 +197,9 @@ install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 \ %changelog +* Wed Oct 27 2021 Benjamin A. Beasley - 2.5.8-11 +- Fix a typo in a comment in the spec file + * Sun Oct 10 2021 Benjamin A. Beasley - 2.5.8-10 - Fully modernize the packaging - Switch to “new guidelines” / pyproject-rpm-macros