From 35f3cf6f3ac23ea85304380f1c4b329c519317f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Wed, 23 Feb 2022 03:36:21 +0000 Subject: [PATCH] Fix pythondist provides problem. --- python-sqlalchemy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 1aad64c..37bd176 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 -- Gitee