diff --git a/python-zeroconf.spec b/python-zeroconf.spec index aa1948db28e9900a29c242652a82601d9614ae6c..75776776165d88318bc5f3eed3267e88eaf17db3 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zeroconf -Version: 0.28.8 +Version: 0.19.1 Release: 1 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 -Source0: https://files.pythonhosted.org/packages/4b/21/a09b4a8fdd0f9068c8134de31c4258f43c1c35352e89bdcb8994dae180d9/zeroconf-0.28.8.tar.gz +Source0: https://files.pythonhosted.org/packages/bf/e3/acc6e2c2938428afa2450143fc4d3953ec60cb4d859db3a58f03d149ef04/zeroconf-0.19.1.tar.gz BuildArch: noarch %description Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) @@ -19,10 +19,6 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel -# General requires -BuildRequires: python3-ifaddr -# General requires -Requires: python3-ifaddr %description -n python3-zeroconf Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) @@ -33,7 +29,7 @@ Provides: python3-zeroconf-doc Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) %prep -%autosetup -n zeroconf-0.28.8 -S git +%autosetup -n zeroconf-%{version} %build %py3_build @@ -69,14 +65,11 @@ mv %{buildroot}/doclist.lst . %files -n python3-zeroconf -f filelist.lst - %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Wed Jul 14 2021 OpenStack_SIG - 0.28.8-1 -- Upgrade to version 0.28.8 -* Wed Nov 25 2020 Python_Bot -- Package Spec generated +* Tue Nov 09 2021 OpenStack_SIG - 0.19.1-1 +- Init package python3-zeroconf with version 0.19.1 for OpenStack Train diff --git a/zeroconf-0.19.1.tar.gz b/zeroconf-0.19.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..65ed391516f4661a13c30f2d59fb86c8e0a7bb55 Binary files /dev/null and b/zeroconf-0.19.1.tar.gz differ diff --git a/zeroconf-0.28.8.tar.gz b/zeroconf-0.28.8.tar.gz deleted file mode 100644 index c320ebe43cbeda9d38965ddb43b14cc858787f10..0000000000000000000000000000000000000000 Binary files a/zeroconf-0.28.8.tar.gz and /dev/null differ