11
0

- Wrap the metadata directory name in a distro-based conditional

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy1?expand=0&rev=21
This commit is contained in:
2025-04-01 12:57:06 +00:00
committed by Git OBS Bridge
parent a71b612fbe
commit 131012dcab
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 1 12:56:45 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Wrap the metadata directory name in a distro-based conditional
-------------------------------------------------------------------
Tue Mar 25 08:39:39 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -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/