diff --git a/python-PyYAML.changes b/python-PyYAML.changes index e238895..f970b41 100644 --- a/python-PyYAML.changes +++ b/python-PyYAML.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 17 18:31:57 UTC 2025 - Marcus Rueckert + +- dont use suse version for the dist info handling as people can + build with newer setuptools on older distros + ------------------------------------------------------------------- Tue Apr 1 12:54:40 UTC 2025 - Markéta Machová diff --git a/python-PyYAML.spec b/python-PyYAML.spec index 45bbb46..f0a3898 100644 --- a/python-PyYAML.spec +++ b/python-PyYAML.spec @@ -72,10 +72,6 @@ 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 +%{python_sitearch}/[Pp]y[Yy][Aa][Mm][Ll]-%{version}.dist-info %changelog