diff --git a/python-storpool.spec b/python-storpool.spec index 947000e7375e8f3ed0bd630127c32a3b24b45eb6..ebab00bbbc157a24d55cdb69ce55189aee8d22ea 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