diff --git a/python-PyICU.changes b/python-PyICU.changes index 5e2e822..8d1f67b 100644 --- a/python-PyICU.changes +++ b/python-PyICU.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 12:50:14 UTC 2025 - Markéta Machová + +- Wrap the metadata directory name in a distro-based conditional + ------------------------------------------------------------------- Tue Mar 25 04:31:02 UTC 2025 - Steve Kowalik diff --git a/python-PyICU.spec b/python-PyICU.spec index 7360c26..1377e1e 100644 --- a/python-PyICU.spec +++ b/python-PyICU.spec @@ -71,6 +71,10 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %license LICENSE %doc CHANGES CREDITS README.md %{python_sitearch}/icu +%if 0%{?suse_version} > 1600 %{python_sitearch}/pyicu-%{version}.dist-info +%else +%{python_sitearch}/PyICU-%{version}.dist-info +%endif %changelog