diff --git a/python-docker-py.spec b/python-docker-py.spec index e55e240..40be5a7 100644 --- a/python-docker-py.spec +++ b/python-docker-py.spec @@ -19,7 +19,7 @@ Name: python-docker-py Version: 1.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An API client for docker written in Python License: ASL 2.0 URL: https://github.com/%{owner}/%{project}/ @@ -126,6 +126,10 @@ PYTHONPATH="${PWD}" py.test-%{python3_version} tests/unit/ %endif # with_python3 %changelog +* Tue Apr 19 2016 Tomas Tomecek - 1.8.0-3 +- remove "py2-ipaddress" as a dependency since it's not available, + use python-ipaddress instead + * Mon Apr 11 2016 Colin Walters - 1.8.0-2 - Use bcond, make it easier to build on CentOS 7 for https://lists.projectatomic.io/projectatomic-archives/atomic-devel/2016-April/msg00004.html