From 4fc099a7729e2c19f9ef409e85698c04af4e076a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Mon, 15 Nov 2021 01:39:28 +0000 Subject: [PATCH] Drop enum-compat requires --- python-zeroconf.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 7577677..18bb199 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 -- Gitee