diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 75776776165d88318bc5f3eed3267e88eaf17db3..18bb199e75ed04d8cd85fc8d4662cb7dd03a1596 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,7 +1,9 @@ %global _empty_manifest_terminate_build 0 +%global __requires_exclude .*enum-compat.* + Name: python-zeroconf Version: 0.19.1 -Release: 1 +Release: 2 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0-only and LGPL-2.1-only URL: https://github.com/jstasiak/python-zeroconf @@ -71,5 +73,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 15 2021 wangxiyuan - 0.19.1-2 +- Drop enum-compat requires + * Tue Nov 09 2021 OpenStack_SIG - 0.19.1-1 - Init package python3-zeroconf with version 0.19.1 for OpenStack Train