diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 18513b8b88e4c837104ea8e78636d27cf6048d31..d8aa7f66576fd89d88e50bc1cf0cd30441e46f6c 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-zeroconf Version: 0.39.1 -Release: 1 +Release: 2 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.1-only URL: https://github.com/jstasiak/python-zeroconf @@ -19,6 +19,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel +BuildRequires: python3-async-timeout # General requires BuildRequires: python3-ifaddr # General requires @@ -77,6 +78,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 27 2025 tzing_t - 0.39.1-2 +- Fix build error, add BuildRequires + * Tue Apr 09 2024 wangjing - 0.39.1-1 - update package of version 0.39.1 - Performance improvements for constructing outgoing packet data