diff --git a/python-storage-interfaces.spec b/python-storage-interfaces.spec index 9084853369c213b408b56e972a06a585628176ac..e00b082456a17ab735c568fe247332052f9488c6 100644 --- a/python-storage-interfaces.spec +++ b/python-storage-interfaces.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-storage-interfaces Version: 1.0.5 -Release: 1 +Release: 2 Summary: Abstract classes for representing storage-related objects License: BSD URL: https://github.com/Infinidat/storage_interfaces @@ -72,7 +72,7 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check -%{__python3} setup.py test +%pytest %files -n python3-storage-interfaces -f filelist.lst %dir %{python3_sitelib}/* @@ -81,8 +81,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jul 22 2025 Dongxing Wang - 1.0.5-2 +- Fix build error for setuptools 78.1.1 + * Fri Jul 28 2023 sunhui - 1.0.5-1 - Update package to version 1.0.5 * Fri Aug 06 2021 OpenStack_SIG - 1.0.4-1 -- Package Spec generate \ No newline at end of file +- Package Spec generate