diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 1aad64c64be99f0da8c993b7f43257fade690981..37bd176d2cf6b656913977675f57f1656865cd42 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-SQLAlchemy Version: 1.3.8 -Release: 1 +Release: 2 Summary: Database Abstraction Library License: MIT URL: http://www.sqlalchemy.org @@ -92,12 +92,15 @@ mv %{buildroot}/doclist.lst . %{__python3} setup.py test %files -n python3-sqlalchemy -f filelist.lst -%dir %{_libdir}/* +%{python3_sitearch}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Wed Feb 23 2022 wangxiyuan - 1.3.8-2 +- Fix pythondist provides problem. + * Wed Feb 09 2022 OpenStack_SIG - 1.3.8-1 - Init package python3-sqlalchemy of version 1.3.8