diff --git a/python-hacking.spec b/python-hacking.spec index 73dfee2..45cd08e 100644 --- a/python-hacking.spec +++ b/python-hacking.spec @@ -1,7 +1,8 @@ %global _empty_manifest_terminate_build 0 +%global __requires_exclude .*flake8.* Name: python-hacking Version: 1.1.0 -Release: 1 +Release: 2 Summary: OpenStack Hacking Guideline Enforcement License: Apache-2.0 URL: https://docs.openstack.org/hacking/latest/ @@ -89,5 +90,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 10 2021 OpenStack_SIG - 1.1.0-2 +- Drop flake8 version limit * Mon Nov 08 2021 OpenStack_SIG - 1.1.0-1 - Init package python3-hacking with version 1.1.0 for Train