diff --git a/python-PyYAML.changes b/python-PyYAML.changes index 70c7900..e238895 100644 --- a/python-PyYAML.changes +++ b/python-PyYAML.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 12:54:40 UTC 2025 - Markéta Machová + +- Wrap the metadata directory name in a distro-based conditional + ------------------------------------------------------------------- Tue Mar 25 06:04:15 UTC 2025 - Steve Kowalik diff --git a/python-PyYAML.spec b/python-PyYAML.spec index 051bb37..45bbb46 100644 --- a/python-PyYAML.spec +++ b/python-PyYAML.spec @@ -72,6 +72,10 @@ ulimit -Sn 2048 %doc CHANGES README.md examples/ %{python_sitearch}/yaml %{python_sitearch}/_yaml +%if 0%{?suse_version} > 1600 %{python_sitearch}/pyyaml-%{version}.dist-info +%else +%{python_sitearch}/PyYAML-%{version}.dist-info +%endif %changelog