From 3a852828c0eeac3249077542506ee91ec249552b Mon Sep 17 00:00:00 2001 From: tzing_t Date: Wed, 8 May 2024 06:25:37 +0000 Subject: [PATCH] fix build error --- python-storage-interfaces.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-storage-interfaces.spec b/python-storage-interfaces.spec index d803a7d..48be2a9 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.4 -Release: 1 +Release: 2 Summary: Abstract classes for representing storage-related objects License: BSD URL: https://github.com/Infinidat/storage_interfaces @@ -38,6 +38,7 @@ Abstract classes for representing storage-related objects %prep %autosetup -n storage_interfaces-%{version} +sed -i 's/python_requires=">=3.5.*"/python_requires=">=3.5.0"/g' setup.py %build %py3_build @@ -81,5 +82,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 08 2024 tzing_t - 1.0.4-2 +- fix build error + * Fri Aug 06 2021 OpenStack_SIG - 1.0.4-1 - Package Spec generate \ No newline at end of file -- Gitee