diff --git a/python-SQLAlchemy1.changes b/python-SQLAlchemy1.changes index 8b71a5a..7ead67c 100644 --- a/python-SQLAlchemy1.changes +++ b/python-SQLAlchemy1.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 12:56:45 UTC 2025 - Markéta Machová + +- Wrap the metadata directory name in a distro-based conditional + ------------------------------------------------------------------- Tue Mar 25 08:39:39 UTC 2025 - Steve Kowalik diff --git a/python-SQLAlchemy1.spec b/python-SQLAlchemy1.spec index 88dd165..bbc8792 100644 --- a/python-SQLAlchemy1.spec +++ b/python-SQLAlchemy1.spec @@ -91,7 +91,11 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %license LICENSE %doc CHANGES README.rst README.dialects.rst README.unittests.rst %{python_sitearch}/sqlalchemy/ +%if 0%{?suse_version} > 1600 %{python_sitearch}/sqlalchemy-%{version}.dist-info +%else +%{python_sitearch}/SQLAlchemy-%{version}.dist-info +%endif %files -n %{name}-doc %doc doc/