diff --git a/python-pyghmi.spec b/python-pyghmi.spec index 38597e5..15dc914 100644 --- a/python-pyghmi.spec +++ b/python-pyghmi.spec @@ -20,7 +20,7 @@ incorporate the pyghmi library into a Python application. Summary: %{common_summary} Name: python-%{sname} Version: %{?version:%{version}}%{!?version:1.5.14} -Release: 1%{?dist} +Release: 2%{?dist} Source0: https://tarballs.opendev.org/x/%{sname}/%{sname}-%{version}.tar.gz License: ASL 2.0 Prefix: %{_prefix} @@ -40,8 +40,8 @@ BuildRequires: python2-pbr BuildRequires: python2-setuptools Requires: python2-cryptography >= 2.1 -Requires: pyhton2-six >= 1.10.0 -Requires: pyhton2-dateutil >= 2.8.1 +Requires: python2-six >= 1.10.0 +Requires: python2-dateutil >= 2.6.1 %description -n python2-%{sname} %{common_desc} @@ -66,8 +66,8 @@ BuildRequires: python3-pbr BuildRequires: python3-setuptools Requires: python3-cryptography >= 2.1 -Requires: pyhton3-six >= 1.10.0 -Requires: pyhton3-dateutil >= 2.8.1 +Requires: python3-six >= 1.10.0 +Requires: python3-dateutil >= 2.6.1 %description -n python3-%{sname} %{common_desc} @@ -172,6 +172,9 @@ popd %doc doc/build/html README.md %changelog +* Wed May 13 2020 Yatin Karel - 1.5.14-2 +- Fix typo in requirements + * Mon May 11 2020 Yatin Karel - 1.5.14-1 - Updated to 1.5.14.