diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 2c77344..0ef325f 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 30 15:57:30 UTC 2023 - Daniel Garcia + +- Switch documentation to be within the main package. + ------------------------------------------------------------------- Sat May 20 10:32:50 UTC 2023 - Ben Greiner diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 8bf354e..71af47a 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -93,7 +93,9 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %{python_sitearch}/sqlalchemy/ %{python_sitearch}/SQLAlchemy-%{version}.dist-info +%if 0%{?suse_version} > 1500 %files -n %{name}-doc +%endif %doc doc/ %doc examples/