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: