diff --git a/python-livereload.spec b/python-livereload.spec index 19d3cf0..5a74f66 100644 --- a/python-livereload.spec +++ b/python-livereload.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 2.6.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Utility for starting a server in a directory License: BSD @@ -36,7 +36,7 @@ know Python. %package -n %{pypi_name} Summary: Command-Line tool for %{name} -Requires: python3-%{pypi_name} +Requires: python3-%{pypi_name} = %{version}-%{release} %description -n %{pypi_name} Command-line tool to live reload content. @@ -76,6 +76,9 @@ LiveReload documentation and examples. %{_bindir}/%{pypi_name} %changelog +* Tue Sep 10 2019 Neal Gompa - 2.6.1-5 +- Ensure that livereload package depends on matching version of Python module + * Mon Aug 19 2019 Miro HronĨok - 2.6.1-4 - Rebuilt for Python 3.8