From 1e9563567c7d846029aab0a0a3a046ea8dec1fad Mon Sep 17 00:00:00 2001 From: tzing_t Date: Wed, 6 Aug 2025 07:20:12 +0000 Subject: [PATCH] fix build error --- python-storpool.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-storpool.spec b/python-storpool.spec index 947000e..ebab00b 100644 --- a/python-storpool.spec +++ b/python-storpool.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-storpool Version: 7.3.0 -Release: 1 +Release: 2 Summary: Bindings for the StorPool distributed storage API License: Apache-2.0 URL: http://www.storpool.com/ @@ -72,7 +72,7 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check -%{__python3} setup.py test +%pytest %files -n python3-storpool -f filelist.lst %dir %{python3_sitelib}/* @@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 06 2025 tzing - 7.3.0-2 +- Fix build error + * Wed Mar 13 2024 wangqiang - 7.3.0-1 - Update package to version 7.3.0 -- Gitee