diff --git a/python-docker.spec b/python-docker.spec index 5e77881..16cf880 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -1,13 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-docker Version: 6.0.1 -Release: 1 +Release: 2 Summary: A Python library for the Docker Engine API. License: Apache-2.0 URL: https://github.com/docker/docker-py Source0: https://files.pythonhosted.org/packages/79/26/6609b51ecb418e12d1534d00b888ce7e108f38b47dc6cd589598d5c6aaa2/docker-6.0.1.tar.gz BuildArch: noarch +BuildRequires: python3-setuptools_scm Requires: python3-six Requires: python3-websocket-client Requires: python3-requests @@ -76,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jan 31 2023 xu_ping - 6.0.1-2 +- Add buildrequires python3-setuptools_scm to fix build error + * Mon Nov 21 2022 liqiuyu - 6.0.1-1 - Update package to version 6.0.1