diff --git a/python-magicalimport.changes b/python-magicalimport.changes index 2f25ce6..9161ed5 100644 --- a/python-magicalimport.changes +++ b/python-magicalimport.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 7 16:11:09 UTC 2025 - Matej Cepl + +- Fix fdupes (it doesn't expand automatically) + ------------------------------------------------------------------- Wed Aug 6 11:00:32 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-magicalimport.spec b/python-magicalimport.spec index 2aee2e6..3b5ea50 100644 --- a/python-magicalimport.spec +++ b/python-magicalimport.spec @@ -1,7 +1,7 @@ # # spec file for package python-magicalimport # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %{?sle15_python_module_pythons} Name: python-magicalimport Version: 0.9.2 @@ -47,7 +48,7 @@ export LANG=en_US.UTF-8 %install export LANG=en_US.UTF-8 %pyproject_install -%fdupes %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest