diff --git a/SPECS/python-docker-py.spec b/SPECS/python-docker-py.spec index 5d948cf..8661a03 100644 --- a/SPECS/python-docker-py.spec +++ b/SPECS/python-docker-py.spec @@ -9,7 +9,7 @@ Name: python-%{project} Version: %{docker_py_version} Epoch: 1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: An API client for docker written in Python License: ASL 2.0 URL: https://github.com/%{owner}/%{project}/ @@ -37,7 +37,9 @@ Requires: python-backports-ssl_match_hostname Requires: python-docker-pycreds Obsoletes: docker-python <= 1.4.0-115.x86_64 -Provides: docker-python == %{version}-%{release} +Provides: docker-python = %{version}-%{release} +# docker-python Provides: python-docker +Provides: python-docker = %{version}-%{release} %description %{summary} @@ -91,6 +93,9 @@ popd %changelog +* Tue Dec 04 2018 Yaakov Selkowitz - 1:1.10.6-8 +- Provides: python-docker for compatibility with old docker-python (#1655833) + * Tue Oct 30 2018 Tomas Tomecek - 1:1.10.6-7 - Rebase pycreds to 0.3.0