From e963151cf7334f6cbb779a008fd2f88ca3d6b566 Mon Sep 17 00:00:00 2001 From: tzing_t Date: Tue, 27 May 2025 02:21:07 +0000 Subject: [PATCH] fixe build error, add BuildRequires (cherry picked from commit f5a5d0961b2d63f353e4a145ca69df81965d8351) --- python-zeroconf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 18513b8..d8aa7f6 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 -- Gitee