diff --git a/python-consul.spec b/python-consul.spec index 5191f34..7cb26fd 100644 --- a/python-consul.spec +++ b/python-consul.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-consul Version: 1.1.0 -Release: 1 +Release: 2 Summary: Python client for Consul (http://www.consul.io/) License: MIT URL: https://github.com/cablehead/python-consul @@ -22,17 +22,13 @@ BuildRequires: python3-wheel # General requires BuildRequires: python3-requests BuildRequires: python3-six -#BuildRequires: python3-aiohttp BuildRequires: python3-tornado -BuildRequires: python3-twisted #BuildRequires: python3-treq # General requires Requires: python3-requests Requires: python3-six -#Requires: python3-aiohttp Requires: python3-tornado -Requires: python3-twisted -#Requires: python3-treq + %description -n python3-consul Python client for Consul (http://www.consul.io/). @@ -89,5 +85,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 09 2021 huangtianhua - 1.1.0-2 +- Drop extra requires + * Tue Jul 27 2021 OpenStack_SIG - 1.1.0-1 - Package Spec generate