From a3b9857f1d120eb70483c959e3b271f16736bf6f3435027b50f6e7acf2b4cd86 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 5 Nov 2024 21:31:34 +0000 Subject: [PATCH] - Fix deduping OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=81 --- python-zeroconf.changes | 5 +++++ python-zeroconf.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-zeroconf.changes b/python-zeroconf.changes index f8f3b4d..337bfc4 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 5 21:31:26 UTC 2024 - Matej Cepl + +- Fix deduping + ------------------------------------------------------------------- Mon Nov 4 13:45:49 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-zeroconf.spec b/python-zeroconf.spec index ad3fc92..11a3695 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -54,8 +54,8 @@ does not force you to use a particular event loop or python-twisted. %install %pyproject_install -%python_expand rm -f %{buildroot}%{$python_sitelib}/zeroconf/test.py -%python_expand %fdupes %{buildroot}%{$python_sitelib} +%python_expand rm -f %{buildroot}%{$python_sitearch}/zeroconf/test.py +%python_expand %fdupes %{buildroot}%{$python_sitearch} %check # Skip tests: